vail-adapter

Firmware for USB morse code key adapter
git clone https://git.woozle.org/neale/vail-adapter.git

commit
7d84ec8
parent
f21a086
author
WrathPak
date
2025-08-18 15:43:36 -0600 MDT
Update adapter.h, revert for radio mode issue
1 files changed,  +1, -2
M adapter.h
+1, -2
 1@@ -25,7 +25,6 @@ private:
 2     unsigned int capDahPressCount = 0;
 3     bool radioDitState = false;
 4     bool radioDahState = false;
 5-    
 6 
 7 
 8     void midiKey(uint8_t key, bool down);
 9@@ -37,7 +36,7 @@ private:
10 public:
11     VailAdapter(unsigned int PiezoPin);
12     bool KeyboardMode();
13-    uint8_t activePaddle;
14+    
15     void ProcessPaddleInput(Paddle paddle, bool pressed, bool isCapacitive);
16     void HandleMIDI(midiEventPacket_t event);
17