0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-07-26 11:01:13 +00:00

Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone ()

This commit is contained in:
Drashna Jaelre 2019-02-18 12:32:38 -08:00 committed by MechMerlin
parent 149015e799
commit 100697ebab

View File

@ -317,6 +317,8 @@ void audio_init() {
if (audio_config.enable) {
PLAY_SONG(startup_song);
} else {
stop_all_notes();
}
}