]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/audio.h
Added extra songs, LED indicator notes
[qmk_firmware.git] / quantum / audio.h
index 05d314c940f476cf93ac552c7463eec24bdd321b..44cafccd6808a7d58a932e983cff100246b8714a 100644 (file)
@@ -44,5 +44,7 @@ void decrease_tempo(uint8_t tempo_change);
 #define NOTE_ARRAY_SIZE(x) ((int)(sizeof(x) / (sizeof(x[0]))))
 #define PLAY_NOTE_ARRAY(note_array, note_repeat, note_rest_style) play_notes(&note_array, NOTE_ARRAY_SIZE((note_array)), (note_repeat), (note_rest_style));
 
+void play_goodbye_tone(void);
+void play_startup_tone(void);
 
 #endif
\ No newline at end of file