summaryrefslogtreecommitdiffstats
path: root/quantum/audio/audio_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/audio_arm.c')
-rw-r--r--quantum/audio/audio_arm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio/audio_arm.c b/quantum/audio/audio_arm.c
index f24ce4bd0..a3a403957 100644
--- a/quantum/audio/audio_arm.c
+++ b/quantum/audio/audio_arm.c
@@ -317,6 +317,8 @@ void audio_init() {
if (audio_config.enable) {
PLAY_SONG(startup_song);
+ } else {
+ stop_all_notes();
}
}