aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/audio.c')
-rw-r--r--quantum/audio/audio.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/quantum/audio/audio.c b/quantum/audio/audio.c
index 32f64417e..3ca249fdf 100644
--- a/quantum/audio/audio.c
+++ b/quantum/audio/audio.c
@@ -475,20 +475,3 @@ void increase_tempo(uint8_t tempo_change) {
475 note_tempo -= tempo_change; 475 note_tempo -= tempo_change;
476 } 476 }
477} 477}
478
479
480//------------------------------------------------------------------------------
481// Override these functions in your keymap file to play different tunes on
482// startup and bootloader jump
483__attribute__ ((weak))
484void play_startup_tone() {}
485
486__attribute__ ((weak))
487void play_goodbye_tone() {}
488
489__attribute__ ((weak))
490void audio_on_user() {}
491
492__attribute__ ((weak))
493void play_music_scale() {}
494//------------------------------------------------------------------------------