diff options
Diffstat (limited to 'tmk_core/common/avr/suspend.c')
-rw-r--r-- | tmk_core/common/avr/suspend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index a879d6bab0..807c837e36 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -110,7 +110,6 @@ static void power_down(uint8_t wdto) { rgblight_disable_noeeprom(); } # endif - suspend_power_down_kb(); // TODO: more power saving // See PicoPower application note |