aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/keyboard.c b/common/keyboard.c
index cd1ceb420..2dee51d4b 100644
--- a/common/keyboard.c
+++ b/common/keyboard.c
@@ -619,6 +619,10 @@ void keyboard_task(void)
619 Kdebug("FAIL SAFE: clear all keys(default layer).\n"); 619 Kdebug("FAIL SAFE: clear all keys(default layer).\n");
620 clear_keyboard(); 620 clear_keyboard();
621 current_layer = default_layer; 621 current_layer = default_layer;
622 fn_state_bits = 0;
623 delayed_fn = (keyrecord_t){};
624 waiting_key = (keyrecord_t){};
625 NEXT(IDLE);
622 } 626 }
623 } 627 }
624 628