diff options
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 \ |