diff options
Diffstat (limited to 'tmk_core/common/avr')
-rw-r--r-- | tmk_core/common/avr/suspend.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 22c402b025..caf0b06254 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -69,8 +69,6 @@ static void power_down(uint8_t wdto) backlight_set(0); #endif - led_off(); - // TODO: more power saving // See PicoPower application note // - I/O port input with pullup |