aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio')
-rw-r--r--quantum/audio/song_list.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index fc6fcdeef..8022ca672 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -28,6 +28,14 @@
28 Q__NOTE(_E4), Q__NOTE(_C4), \ 28 Q__NOTE(_E4), Q__NOTE(_C4), \
29 Q__NOTE(_E4), 29 Q__NOTE(_E4),
30 30
31/* Requires: PLAY_NOTE_ARRAY(..., ..., STACCATO); */
32#define IN_LIKE_FLINT \
33 E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4), \
34 E__NOTE(_AS4), E__NOTE(_B4), QD_NOTE(_CS4), \
35 E__NOTE(_B4), E__NOTE(_CS4), QD_NOTE(_DS4), \
36 E__NOTE(_CS4), E__NOTE(_B4), QD_NOTE(_AS4), \
37 E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4),
38
31#define GOODBYE_SOUND \ 39#define GOODBYE_SOUND \
32 E__NOTE(_E7), \ 40 E__NOTE(_E7), \
33 E__NOTE(_A6), \ 41 E__NOTE(_A6), \