aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-20 22:28:47 -0400
committerJack Humbert <jack.humb@gmail.com>2016-04-20 22:28:47 -0400
commit7d1a683607a95aa9715b5decb1013f3e644b96c9 (patch)
treede1fb5289f95fedc4d6f91a64c576e6a8fbf879a /quantum
parent157ddccc2c0b865582fb488ea5346e2996b05468 (diff)
downloadfirmware-7d1a683607a95aa9715b5decb1013f3e644b96c9.tar.gz
firmware-7d1a683607a95aa9715b5decb1013f3e644b96c9.tar.bz2
firmware-7d1a683607a95aa9715b5decb1013f3e644b96c9.zip
sounds for plover layout
Diffstat (limited to 'quantum')
-rw-r--r--quantum/song_list.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/quantum/song_list.h b/quantum/song_list.h
index e992bd18a..fc6fcdeef 100644
--- a/quantum/song_list.h
+++ b/quantum/song_list.h
@@ -64,6 +64,22 @@
S__NOTE(_REST), \
E__NOTE(_E7 ),
+#define PLOVER_SOUND \
+ E__NOTE(_GS6 ), \
+ E__NOTE(_A6 ), \
+ S__NOTE(_REST), \
+ ED_NOTE(_E7 ), \
+ S__NOTE(_REST), \
+ ED_NOTE(_A7 ),
+
+#define PLOVER_GOODBYE_SOUND \
+ E__NOTE(_GS6 ), \
+ E__NOTE(_A6 ), \
+ S__NOTE(_REST), \
+ ED_NOTE(_A7 ), \
+ S__NOTE(_REST), \
+ ED_NOTE(_E7 ),
+
#define MUSIC_SCALE_SOUND \
E__NOTE(_A5 ), \
E__NOTE(_B5 ), \