diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-06 12:37:57 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-06 12:37:57 -0400 |
commit | 994592f9859303f71ac6c2384d37557d3e5fc736 (patch) | |
tree | d7fa544ca85cbc219aa4ef060c8423798bf1d508 /quantum/audio/song_list.h | |
parent | 4d5eeb3d7d366d3f120059b6d64a3145591df7a3 (diff) | |
download | qmk_firmware-994592f9859303f71ac6c2384d37557d3e5fc736.tar.gz qmk_firmware-994592f9859303f71ac6c2384d37557d3e5fc736.zip |
add audio on/off audios
Diffstat (limited to 'quantum/audio/song_list.h')
-rw-r--r-- | quantum/audio/song_list.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index f355d371bd..5ad543ca76 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 \ |