~ruther/qmk_firmware

100697ebab662b3c19299cf0002d77bac3f00ca6 — Drashna Jaelre 6 years ago 149015e
Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173)

1 files changed, 2 insertions(+), 0 deletions(-)

M quantum/audio/audio_arm.c
M quantum/audio/audio_arm.c => quantum/audio/audio_arm.c +2 -0
@@ 317,6 317,8 @@ void audio_init() {

  if (audio_config.enable) {
    PLAY_SONG(startup_song);
  } else {
    stop_all_notes();
  }

}