summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-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 @@
Q__NOTE(_AS5 ), \
Q__NOTE(_B5), \
Q__NOTE(_C6 ), \
- Q__NOTE(_CS6 ),
+ Q__NOTE(_CS6 ),
#define MAJOR_SOUND \
Q__NOTE(_A5 ), \
@@ -423,4 +423,16 @@
H__NOTE(_FS5), \
H__NOTE(_D5 ), \
+#define VICTORY_FANFARE_SHORT \
+ ED_NOTE(_C6), \
+ ED_NOTE(_C6), \
+ ED_NOTE(_C6), \
+ ED_NOTE(_C6), \
+ W__NOTE(_REST), \
+ QD_NOTE(_GS5), \
+ QD_NOTE(_AS5), \
+ Q__NOTE(_C6), \
+ Q__NOTE(_AS5), \
+ Q__NOTE(_C6), \
+
#endif