We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f22e4 commit 1f21e0aCopy full SHA for 1f21e0a
micro-journal-rev-4-esp32/src/keyboard/Keypad/68/Keypad_68.cpp
@@ -122,7 +122,7 @@ void keyboard_keypad_68_loop()
122
keypadEvent e = customKeypad.read();
123
// Check if knob is long pressed
124
// Detect the knob click by the position of the key index
125
- if (e.bit.KEY == 69)
+ if (e.bit.KEY == 69 || e.bit.KEY == 0)
126
{
127
if (e.bit.EVENT == KEY_JUST_PRESSED)
128
0 commit comments