diff options
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c index a06e6a00d..5cdd168d4 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -234,6 +234,7 @@ static bool command_common(uint8_t code) | |||
| 234 | break; | 234 | break; |
| 235 | #ifdef NKRO_ENABLE | 235 | #ifdef NKRO_ENABLE |
| 236 | case KC_N: | 236 | case KC_N: |
| 237 | clear_keyboard(); //Prevents stuck keys. | ||
| 237 | keyboard_nkro = !keyboard_nkro; | 238 | keyboard_nkro = !keyboard_nkro; |
| 238 | if (keyboard_nkro) | 239 | if (keyboard_nkro) |
| 239 | print("NKRO: enabled\n"); | 240 | print("NKRO: enabled\n"); |
