summary refs log tree commit diff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-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 7ba57b0569..33dbcfcb1d 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -103,6 +103,17 @@
     S__NOTE(_REST),  \
     E__NOTE(_E7  ),
 
+#define WORKMAN_SOUND \
+    E__NOTE(_GS6 ), \
+    E__NOTE(_A6  ), \
+    S__NOTE(_REST), \
+    E__NOTE(_GS6 ), \
+    E__NOTE(_A6  ), \
+    S__NOTE(_REST), \
+    ED_NOTE(_FS7  ), \
+    S__NOTE(_REST), \
+    ED_NOTE(_A7 ),
+
 #define PLOVER_SOUND \
     E__NOTE(_GS6 ),  \
     E__NOTE(_A6  ),  \