Changed hotkey for bootloader jump

This commit is contained in:
Ralf Schmitt 2014-11-12 14:05:57 +01:00
parent c610bae631
commit f31cbc7219
1 changed files with 1 additions and 1 deletions

View File

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