summaryrefslogtreecommitdiff
path: root/tmk_core/common/avr/suspend.c
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-05-02 23:15:56 -0500
committerIBNobody <ibnobody@gmail.com>2016-05-02 23:15:56 -0500
commit35d7081899df3a486b9b5785c7e8ec9481195848 (patch)
tree682a322ce2c3e2004abb4fbd00fc00316277b935 /tmk_core/common/avr/suspend.c
parent499e3096e9021b88a6a705ad7034ccbacb97b975 (diff)
parent2c070163ffffffde546fb00acaa2fbb96b93da64 (diff)
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'tmk_core/common/avr/suspend.c')
-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 e295dbe18b..4980680198 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)
led_set(0);
#ifdef AUDIO_ENABLE
- stop_all_notes();
+ // This sometimes disables the start-up noise, so it's been disabled
+ // stop_all_notes();
#endif /* AUDIO_ENABLE */
// TODO: more power saving