diff options
author | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:20:20 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:20:20 +0900 |
commit | 507e0636f03f7d30f90782353f6f3509006ec696 (patch) | |
tree | b4a09dd8e0ddc0c91af5bfdc9d40d669e6cd2914 | |
parent | d32b955af652c3ea5c930e416d74075d5f146aad (diff) |
Revert "Changed hotkey for bootloader jump"
This reverts commit f31cbc7219c9a1903331771c10056302817e68ca.
-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); |