aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio
diff options
context:
space:
mode:
authorDylan Khor <thekhord@gmail.com>2017-03-16 04:11:47 +0000
committerDylan Khor <thekhord@gmail.com>2017-03-16 04:11:47 +0000
commit683754bce806c634f59dd9d926491952778f913b (patch)
tree52713904d12707699513cde6a67af632740a9fff /quantum/audio
parent0c0a8ee187eb27faefe4391d978283a081896399 (diff)
downloadqmk_firmware-683754bce806c634f59dd9d926491952778f913b.tar.gz
qmk_firmware-683754bce806c634f59dd9d926491952778f913b.zip
added custom tones
Diffstat (limited to 'quantum/audio')
-rw-r--r--quantum/audio/song_list.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index 8022ca672..400915db9 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -122,4 +122,31 @@
122 E__NOTE(_E5), \ 122 E__NOTE(_E5), \
123 E__NOTE(_D5), 123 E__NOTE(_D5),
124 124
125#define COIN_SOUND \
126 E__NOTE(_A5 ), \
127 HD_NOTE(_E6 ),
128
129#define ONE_UP_SOUND \
130 Q__NOTE(_E6 ), \
131 Q__NOTE(_G6 ), \
132 Q__NOTE(_E7 ), \
133 Q__NOTE(_C7 ), \
134 Q__NOTE(_D7 ), \
135 Q__NOTE(_G7 ),
136
137#define SONIC_RING \
138 E__NOTE(_E6), \
139 E__NOTE(_G6), \
140 HD_NOTE(_C7),
141
142#define ZELDA_PUZZLE \
143 Q__NOTE(_G5), \
144 Q__NOTE(_FS5), \
145 Q__NOTE(_DS5), \
146 Q__NOTE(_A4), \
147 Q__NOTE(_GS4), \
148 Q__NOTE(_E5), \
149 Q__NOTE(_GS5), \
150 HD_NOTE(_C6),
151
125#endif 152#endif