~ruther/qmk_firmware

97c6b8143cf495624ede76500c9c6140ccca1400 — Colin Miller 7 years ago 3b9e496
Adding a Zelda Treasure sound.

It's the sound that's made when opening a treasure chest.
1 files changed, 6 insertions(+), 0 deletions(-)

M quantum/audio/song_list.h
M quantum/audio/song_list.h => quantum/audio/song_list.h +6 -0
@@ 247,6 247,12 @@
    Q__NOTE(_GS5),     \
    HD_NOTE(_C6),

#define ZELDA_TREASURE \
    Q__NOTE(_A4), \
    Q__NOTE(_AS4), \
    Q__NOTE(_B4), \
    HD_NOTE(_C5), \

#define TERMINAL_SOUND \
    E__NOTE(_C5 )