]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/avr/suspend.c
resolves conflicts in rgblight.c
[qmk_firmware.git] / tmk_core / common / avr / suspend.c
index e295dbe18bd226e3fa1b1c8eaea215ab37fa1508..4980680198e20775f1a51d8c6d6f0e0a85aaf52a 100644 (file)
@@ -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