diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-30 09:59:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-30 09:59:32 +0000 |
commit | f801c69c7568e6bbd8263a4a2bbc601909c137d8 (patch) | |
tree | 0f7534582d4a66588b7e34716d924326dce4d58c /tmk_core | |
parent | 78b12dee89f5855b29cc13fa65ca8e9a2248ad8e (diff) | |
parent | 411b92e206746faa0b2264a155d5c9a64cf38a37 (diff) | |
download | qmk_firmware-f801c69c7568e6bbd8263a4a2bbc601909c137d8.tar.gz qmk_firmware-f801c69c7568e6bbd8263a4a2bbc601909c137d8.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/common/avr/suspend.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 11ac146eb8..aa0d42680a 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -179,9 +179,6 @@ void suspend_wakeup_init(void) { #if defined(RGBLIGHT_SLEEP) && defined(RGBLIGHT_ENABLE) is_suspended = false; if (rgblight_enabled) { -# ifdef BOOTLOADER_TEENSY - wait_ms(10); -# endif rgblight_enable_noeeprom(); } rgblight_timer_enable(); |