summaryrefslogtreecommitdiffstats
path: root/quantum/audio/song_list.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-09-06 18:37:57 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-06 18:37:57 +0200
commit994592f9859303f71ac6c2384d37557d3e5fc736 (patch)
treed7fa544ca85cbc219aa4ef060c8423798bf1d508 /quantum/audio/song_list.h
parent4d5eeb3d7d366d3f120059b6d64a3145591df7a3 (diff)
downloadqmk_firmware-994592f9859303f71ac6c2384d37557d3e5fc736.tar.gz
qmk_firmware-994592f9859303f71ac6c2384d37557d3e5fc736.tar.xz
add audio on/off audios
Diffstat (limited to 'quantum/audio/song_list.h')
-rw-r--r--quantum/audio/song_list.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index f355d371b..5ad543ca7 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -127,6 +127,14 @@
E__NOTE(_GS6), \
E__NOTE(_A6 ),
+#define AUDIO_ON_SOUND \
+ E__NOTE(_A5 ), \
+ E__NOTE(_A6 ),
+
+#define AUDIO_OFF_SOUND \
+ E__NOTE(_A6 ), \
+ E__NOTE(_A5 ),
+
#define MUSIC_SCALE_SOUND MUSIC_ON_SOUND
#define MUSIC_OFF_SOUND \