diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-31 01:30:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-31 01:30:09 -0400 |
commit | 7e000ff4764da87d62e3bf4a7d9bea6d3739596c (patch) | |
tree | c7105b919d292589d1d169d2ca4b10272206927c /quantum | |
parent | 7775f3e4b3309f3102bf9d887a79514a67d18da6 (diff) | |
parent | 7d0345ef25b5e1924f1e98c76d78607778e0b17d (diff) | |
download | qmk_firmware-7e000ff4764da87d62e3bf4a7d9bea6d3739596c.tar.gz qmk_firmware-7e000ff4764da87d62e3bf4a7d9bea6d3739596c.zip |
Merge pull request #590 from jeebak/in-like-flint
Add IN_LIKE_FLINT song
Diffstat (limited to 'quantum')
-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 fc6fcdeef1..8022ca6729 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h @@ -28,6 +28,14 @@ Q__NOTE(_E4), Q__NOTE(_C4), \ Q__NOTE(_E4), +/* Requires: PLAY_NOTE_ARRAY(..., ..., STACCATO); */ +#define IN_LIKE_FLINT \ + E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4), \ + E__NOTE(_AS4), E__NOTE(_B4), QD_NOTE(_CS4), \ + E__NOTE(_B4), E__NOTE(_CS4), QD_NOTE(_DS4), \ + E__NOTE(_CS4), E__NOTE(_B4), QD_NOTE(_AS4), \ + E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4), + #define GOODBYE_SOUND \ E__NOTE(_E7), \ E__NOTE(_A6), \ |