Skip to content

Commit 1f21e0a

Browse files
committed
ESC long press will enter menu rev.4
1 parent 42f22e4 commit 1f21e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro-journal-rev-4-esp32/src/keyboard/Keypad/68/Keypad_68.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void keyboard_keypad_68_loop()
122122
keypadEvent e = customKeypad.read();
123123
// Check if knob is long pressed
124124
// Detect the knob click by the position of the key index
125-
if (e.bit.KEY == 69)
125+
if (e.bit.KEY == 69 || e.bit.KEY == 0)
126126
{
127127
if (e.bit.EVENT == KEY_JUST_PRESSED)
128128
{

0 commit comments

Comments
 (0)