From 507e0636f03f7d30f90782353f6f3509006ec696 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 19 Jan 2015 10:20:20 +0900 Subject: [PATCH] Revert "Changed hotkey for bootloader jump" This reverts commit f31cbc7219c9a1903331771c10056302817e68ca. --- common/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/command.c b/common/command.c index c50d3eb..1a507e3 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);