aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio')
-rw-r--r--quantum/audio/song_list.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index 7ba57b056..33dbcfcb1 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -103,6 +103,17 @@
103 S__NOTE(_REST), \ 103 S__NOTE(_REST), \
104 E__NOTE(_E7 ), 104 E__NOTE(_E7 ),
105 105
106#define WORKMAN_SOUND \
107 E__NOTE(_GS6 ), \
108 E__NOTE(_A6 ), \
109 S__NOTE(_REST), \
110 E__NOTE(_GS6 ), \
111 E__NOTE(_A6 ), \
112 S__NOTE(_REST), \
113 ED_NOTE(_FS7 ), \
114 S__NOTE(_REST), \
115 ED_NOTE(_A7 ),
116
106#define PLOVER_SOUND \ 117#define PLOVER_SOUND \
107 E__NOTE(_GS6 ), \ 118 E__NOTE(_GS6 ), \
108 E__NOTE(_A6 ), \ 119 E__NOTE(_A6 ), \