aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio
diff options
context:
space:
mode:
authorMichael F. Lamb <mike@datagrok.org>2019-06-28 10:50:49 -0700
committerDrashna Jaelre <drashna@live.com>2019-06-28 10:50:49 -0700
commitb802c0c8df4f09be322f47cbed2f595ea983929c (patch)
treec0f1ac5537ce76a50fa01449bc3e4829f5b10aa3 /quantum/audio
parent8c1900a658b4f99c0201008b6832ea71e5e9396f (diff)
downloadqmk_firmware-b802c0c8df4f09be322f47cbed2f595ea983929c.tar.gz
qmk_firmware-b802c0c8df4f09be322f47cbed2f595ea983929c.zip
[Keymap] mitosis:datagrok: use non-copyrighted songs, add workman ditty (#6205)
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 ), \