summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-21 02:11:05 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-21 02:11:05 +0200
commit157ddccc2c0b865582fb488ea5346e2996b05468 (patch)
treea7e80242ed967b1b11d921410cc1408c41cb820f /tmk_core/common/avr
parent0fd093b4007229fc0e8bbb440b6febaaea109fb1 (diff)
downloadqmk_firmware-157ddccc2c0b865582fb488ea5346e2996b05468.tar.gz
qmk_firmware-157ddccc2c0b865582fb488ea5346e2996b05468.tar.xz
start-up sound working, removes tick with some devices
Diffstat (limited to 'tmk_core/common/avr')
-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)
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