aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/audio/song_list.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-06-12 10:59:35 -0400
committerJack Humbert <jack.humb@gmail.com>2018-06-12 10:59:35 -0400
commit998ddbb122c9d3e2a77bd4e88c881b225ca0d569 (patch)
treeca91ff7ad3c4866555d1e623fe9ea05276397e1c /quantum/audio/song_list.h
parentc0095710a7c7e9bd94aa9f4dd814dc28d718c731 (diff)
parent06487daaddf923d635e8a528d1eb644b875a73f6 (diff)
downloadfirmware-998ddbb122c9d3e2a77bd4e88c881b225ca0d569.tar.gz
firmware-998ddbb122c9d3e2a77bd4e88c881b225ca0d569.tar.bz2
firmware-998ddbb122c9d3e2a77bd4e88c881b225ca0d569.zip
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
Diffstat (limited to 'quantum/audio/song_list.h')
-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