summaryrefslogtreecommitdiff
path: root/quantum/audio.h
diff options
context:
space:
mode:
authorJack Humbert2016-04-18 21:03:21 -0400
committerJack Humbert2016-04-18 21:03:21 -0400
commitf2c1e9ddd40573f4b44ffc2ec7df1fb76346f627 (patch)
treeda477a9e67e16339267ee0946c3b253c612c7bbf /quantum/audio.h
parentd94960be5b32b6a4019b822550ae09cf802bfcd7 (diff)
parent499e3096e9021b88a6a705ad7034ccbacb97b975 (diff)
Merge pull request #262 from IBNobody/master
Fixed keyboard snoring while asleep
Diffstat (limited to 'quantum/audio.h')
-rw-r--r--quantum/audio.h2
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);
#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