diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index afb82a2981b..091f59e7ac0 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 )