]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/audio/audio_arm.c
Stop all notes on startup, if there is no song and audio is disabled to prevent conti...
[qmk_firmware.git] / quantum / audio / audio_arm.c
index f24ce4bd010861bf517db5dc6fe4cdc45065c768..a3a403957045555b268dd737e43989f1f8fe012f 100644 (file)
@@ -317,6 +317,8 @@ void audio_init() {
 
   if (audio_config.enable) {
     PLAY_SONG(startup_song);
+  } else {
+    stop_all_notes();
   }
 
 }