Browse Source

Revert "Changed hotkey for bootloader jump"

This reverts commit f31cbc7219.
tags/v1.9
tmk 9 years ago
parent
commit
507e0636f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common/command.c

+ 1
- 1
common/command.c View File

@@ -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);

Loading…
Cancel
Save