diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/command.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index c50d3eb4b1..1a507e3a46 100644 --- a/common/command.c +++ b/common/command.c @@ -216,7 +216,7 @@ static bool command_common(uint8_t code)              print("C> ");              command_state = CONSOLE;              break; -        case KC_B: +        case KC_PAUSE:              clear_keyboard();              print("\n\nJump to bootloader... ");              _delay_ms(1000);  | 
