diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-28 09:17:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 09:17:16 -0400 |
commit | fa091891956cfbfd4a9dc26296fe8e96aa27f55b (patch) | |
tree | 79d50e5a058989653239b933a111240d5b39a66f /quantum | |
parent | 6e688ad5c20251d1109f72914fdcde912284bea1 (diff) | |
parent | 0ec07ddc1c0e0bb3b653d182cdd90eb43afb3dce (diff) | |
download | firmware-fa091891956cfbfd4a9dc26296fe8e96aa27f55b.tar.gz firmware-fa091891956cfbfd4a9dc26296fe8e96aa27f55b.tar.bz2 firmware-fa091891956cfbfd4a9dc26296fe8e96aa27f55b.zip |
Merge pull request #1162 from Khord/master
My customized keymap + some tunes for the song list
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/audio/song_list.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index 8022ca672..400915db9 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h @@ -122,4 +122,31 @@ E__NOTE(_E5), \ E__NOTE(_D5), +#define COIN_SOUND \ + E__NOTE(_A5 ), \ + HD_NOTE(_E6 ), + +#define ONE_UP_SOUND \ + Q__NOTE(_E6 ), \ + Q__NOTE(_G6 ), \ + Q__NOTE(_E7 ), \ + Q__NOTE(_C7 ), \ + Q__NOTE(_D7 ), \ + Q__NOTE(_G7 ), + +#define SONIC_RING \ + E__NOTE(_E6), \ + E__NOTE(_G6), \ + HD_NOTE(_C7), + +#define ZELDA_PUZZLE \ + Q__NOTE(_G5), \ + Q__NOTE(_FS5), \ + Q__NOTE(_DS5), \ + Q__NOTE(_A4), \ + Q__NOTE(_GS4), \ + Q__NOTE(_E5), \ + Q__NOTE(_GS5), \ + HD_NOTE(_C6), + #endif |