summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-04-19 01:58:37 +0200
committerIBNobody <ibnobody@gmail.com>2016-04-19 01:58:37 +0200
commit4b3358acc270772e5605397bab26fb5db981084d (patch)
treeda477a9e67e16339267ee0946c3b253c612c7bbf /tmk_core/common/avr
parentcbcf0abe62b764a9f3d80848611dca8291d93eb8 (diff)
downloadqmk_firmware-4b3358acc270772e5605397bab26fb5db981084d.tar.gz
qmk_firmware-4b3358acc270772e5605397bab26fb5db981084d.tar.xz
Fixed speaker being on during sleep.
Diffstat (limited to 'tmk_core/common/avr')
-rw-r--r--tmk_core/common/avr/suspend.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index c07c2801d..e295dbe18 100644
--- a/tmk_core/common/avr/suspend.c
+++ b/tmk_core/common/avr/suspend.c
@@ -9,10 +9,16 @@
#include "suspend.h"
#include "timer.h"
#include "led.h"
+
#ifdef PROTOCOL_LUFA
-#include "lufa.h"
+ #include "lufa.h"
#endif
+#ifdef AUDIO_ENABLE
+ #include "audio.h"
+#endif /* AUDIO_ENABLE */
+
+
#define wdt_intr_enable(value) \
__asm__ __volatile__ ( \
@@ -72,6 +78,10 @@ static void power_down(uint8_t wdto)
// Turn off LED indicators
led_set(0);
+ #ifdef AUDIO_ENABLE
+ stop_all_notes();
+ #endif /* AUDIO_ENABLE */
+
// TODO: more power saving
// See PicoPower application note
// - I/O port input with pullup