aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio')
-rw-r--r--quantum/audio/song_list.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index 1ddcfb345..8bcc1a922 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -187,7 +187,7 @@
187 Q__NOTE(_AS5 ), \ 187 Q__NOTE(_AS5 ), \
188 Q__NOTE(_B5), \ 188 Q__NOTE(_B5), \
189 Q__NOTE(_C6 ), \ 189 Q__NOTE(_C6 ), \
190 Q__NOTE(_CS6 ), 190 Q__NOTE(_CS6 ),
191 191
192#define MAJOR_SOUND \ 192#define MAJOR_SOUND \
193 Q__NOTE(_A5 ), \ 193 Q__NOTE(_A5 ), \
@@ -423,4 +423,16 @@
423 H__NOTE(_FS5), \ 423 H__NOTE(_FS5), \
424 H__NOTE(_D5 ), \ 424 H__NOTE(_D5 ), \
425 425
426#define VICTORY_FANFARE_SHORT \
427 ED_NOTE(_C6), \
428 ED_NOTE(_C6), \
429 ED_NOTE(_C6), \
430 ED_NOTE(_C6), \
431 W__NOTE(_REST), \
432 QD_NOTE(_GS5), \
433 QD_NOTE(_AS5), \
434 Q__NOTE(_C6), \
435 Q__NOTE(_AS5), \
436 Q__NOTE(_C6), \
437
426#endif 438#endif