diff options
Diffstat (limited to 'quantum/audio/audio.c')
-rw-r--r-- | quantum/audio/audio.c | 17 |
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)) | ||
484 | void play_startup_tone() {} | ||
485 | |||
486 | __attribute__ ((weak)) | ||
487 | void play_goodbye_tone() {} | ||
488 | |||
489 | __attribute__ ((weak)) | ||
490 | void audio_on_user() {} | ||
491 | |||
492 | __attribute__ ((weak)) | ||
493 | void play_music_scale() {} | ||
494 | //------------------------------------------------------------------------------ | ||