Lower delay for reboot by TEENSY_KEY

This commit is contained in:
Oleg Kostyuk 2014-04-16 03:52:49 +03:00
parent eb9c38ff94
commit 4bc8e4018d

View file

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