]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Changed hotkey for bootloader jump
authorRalf Schmitt <ralf@bunkertor.net>
Wed, 12 Nov 2014 13:05:57 +0000 (14:05 +0100)
committerRalf Schmitt <ralf@bunkertor.net>
Sun, 18 Jan 2015 10:42:43 +0000 (11:42 +0100)
common/command.c

index 1a507e3a462050ae07a7b3375ae39ac7351f284f..c50d3eb4b17458d6f4a7ca61a134d03069f86e61 100644 (file)
@@ -216,7 +216,7 @@ static bool command_common(uint8_t code)
             print("C> ");
             command_state = CONSOLE;
             break;
-        case KC_PAUSE:
+        case KC_B:
             clear_keyboard();
             print("\n\nJump to bootloader... ");
             _delay_ms(1000);