diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-17 21:15:50 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-17 21:15:50 -0400 |
commit | 5a15c113d7458bf3bea6904e3c607898e961164c (patch) | |
tree | e96a0a45c77767d6aba452a7f82791bd104ac991 /quantum/audio.h | |
parent | d94960be5b32b6a4019b822550ae09cf802bfcd7 (diff) | |
parent | 5c98ad59606ee95b82c27bf2525383a9ec88542b (diff) |
Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmware
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 05d314c940..44cafccd68 100644 --- a/quantum/audio.h +++ b/quantum/audio.h @@ -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(¬e_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 |