Lower delay for reboot by TEENSY_KEY
This commit is contained in:
parent
eb9c38ff94
commit
4bc8e4018d
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ void action_function(keyrecord_t *event, uint8_t id, uint8_t opt)
|
|||
if (id == TEENSY_KEY) {
|
||||
clear_keyboard();
|
||||
print("\n\nJump to bootloader... ");
|
||||
_delay_ms(250);
|
||||
_delay_ms(50);
|
||||
bootloader_jump(); // should not return
|
||||
print("not supported.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue