aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/avr/suspend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index e295dbe18..498068019 100644
--- a/tmk_core/common/avr/suspend.c
+++ b/tmk_core/common/avr/suspend.c
@@ -79,7 +79,8 @@ static void power_down(uint8_t wdto)
79 led_set(0); 79 led_set(0);
80 80
81 #ifdef AUDIO_ENABLE 81 #ifdef AUDIO_ENABLE
82 stop_all_notes(); 82 // This sometimes disables the start-up noise, so it's been disabled
83 // stop_all_notes();
83 #endif /* AUDIO_ENABLE */ 84 #endif /* AUDIO_ENABLE */
84 85
85 // TODO: more power saving 86 // TODO: more power saving