From 97c6b8143cf495624ede76500c9c6140ccca1400 Mon Sep 17 00:00:00 2001 From: Colin Miller Date: Thu, 21 Dec 2017 15:49:55 -0800 Subject: [PATCH] Adding a Zelda Treasure sound. It's the sound that's made when opening a treasure chest. --- quantum/audio/song_list.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index afb82a298..091f59e7a 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h @@ -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 ) -- 2.39.2