mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix waiting_keys and periodical update for delaying layer.
This commit is contained in:
@@ -224,6 +224,5 @@ action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col) {
|
||||
action.code = ACTION_NO;
|
||||
break;
|
||||
}
|
||||
debug("action: "); debug_hex16(action.code); debug("\n");
|
||||
return action;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user