forked from mirrors/qmk_firmware
Added command to turn LED indicators off while sleeping
This commit is contained in:
parent
577971ab07
commit
a70f439672
1 changed files with 4 additions and 1 deletions
|
@ -69,6 +69,9 @@ static void power_down(uint8_t wdto)
|
|||
backlight_set(0);
|
||||
#endif
|
||||
|
||||
// Turn off LED indicators
|
||||
led_set(0);
|
||||
|
||||
// TODO: more power saving
|
||||
// See PicoPower application note
|
||||
// - I/O port input with pullup
|
||||
|
|
Loading…
Reference in a new issue