diff options
author | Ralf Schmitt <ralf@bunkertor.net> | 2014-11-12 14:05:57 +0100 |
---|---|---|
committer | Ralf Schmitt <ralf@bunkertor.net> | 2015-01-18 11:42:43 +0100 |
commit | f31cbc7219c9a1903331771c10056302817e68ca (patch) | |
tree | 7f9ea004ff4436973d2a2d4c16e8a4ff48af9452 | |
parent | c610bae63197482bf323fbd63475dd4dba71ed46 (diff) | |
download | qmk_firmware-f31cbc7219c9a1903331771c10056302817e68ca.tar.gz qmk_firmware-f31cbc7219c9a1903331771c10056302817e68ca.zip |
Changed hotkey for bootloader jump
-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 1a507e3a46..c50d3eb4b1 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_PAUSE: + case KC_B: clear_keyboard(); print("\n\nJump to bootloader... "); _delay_ms(1000); |