Added led on reboot to bootloader
This commit is contained in:
parent
61d5f8afe6
commit
08b2dc58e2
@ -235,6 +235,8 @@ uint8_t process_keys()
|
|||||||
{
|
{
|
||||||
/* Release all keys and reboot to bootloader */
|
/* Release all keys and reboot to bootloader */
|
||||||
Keyboard.releaseAll();
|
Keyboard.releaseAll();
|
||||||
|
status_led.on();
|
||||||
|
status_led.update();
|
||||||
delay(200); // Wait for usb to settle before rebooting
|
delay(200); // Wait for usb to settle before rebooting
|
||||||
_reboot_Teensyduino_();
|
_reboot_Teensyduino_();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user