Parcourir la source

Changed hotkey for bootloader jump

tags/v1.9
Ralf Schmitt il y a 9 ans
Parent
révision
f31cbc7219
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      common/command.c

+ 1
- 1
common/command.c Voir le fichier

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

Chargement…
Annuler
Enregistrer