update for infinity
This commit is contained in:
parent
ec9210959f
commit
2e34d4bd85
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void action_function(keyrecord_t *event, uint8_t id, uint8_t opt)
|
||||||
if (id == TEENSY_KEY) {
|
if (id == TEENSY_KEY) {
|
||||||
clear_keyboard();
|
clear_keyboard();
|
||||||
print("\n\nJump to bootloader... ");
|
print("\n\nJump to bootloader... ");
|
||||||
_delay_ms(250);
|
wait_ms(250);
|
||||||
bootloader_jump(); // should not return
|
bootloader_jump(); // should not return
|
||||||
print("not supported.\n");
|
print("not supported.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue