Skip to content

Commit 8448ccb

Browse files
authored
Fix unresponsive keyboard
1 parent d196b39 commit 8448ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/m5stack-cardputer/interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ void InputHandler(void) {
323323
EscPress = esc;
324324
tm = millis();
325325
} else {
326+
Keyboard.update();
326327
if (Keyboard.isPressed()) {
327328
tm = millis();
328329
if (!wakeUpScreen()) AnyKeyPress = true;

0 commit comments

Comments
 (0)