diff options
Diffstat (limited to 'quantum/audio.h')
| -rw-r--r-- | quantum/audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio.h b/quantum/audio.h index 05d314c94..44cafccd6 100644 --- a/quantum/audio.h +++ b/quantum/audio.h | |||
| @@ -44,5 +44,7 @@ void decrease_tempo(uint8_t tempo_change); | |||
| 44 | #define NOTE_ARRAY_SIZE(x) ((int)(sizeof(x) / (sizeof(x[0])))) | 44 | #define NOTE_ARRAY_SIZE(x) ((int)(sizeof(x) / (sizeof(x[0])))) |
| 45 | #define PLAY_NOTE_ARRAY(note_array, note_repeat, note_rest_style) play_notes(¬e_array, NOTE_ARRAY_SIZE((note_array)), (note_repeat), (note_rest_style)); | 45 | #define PLAY_NOTE_ARRAY(note_array, note_repeat, note_rest_style) play_notes(¬e_array, NOTE_ARRAY_SIZE((note_array)), (note_repeat), (note_rest_style)); |
| 46 | 46 | ||
| 47 | void play_goodbye_tone(void); | ||
| 48 | void play_startup_tone(void); | ||
| 47 | 49 | ||
| 48 | #endif \ No newline at end of file | 50 | #endif \ No newline at end of file |
