diff options
Diffstat (limited to 'quantum/audio/song_list.h')
-rw-r--r-- | quantum/audio/song_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index 5ad543ca7..25e66e67c 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h | |||
@@ -248,4 +248,7 @@ | |||
248 | Q__NOTE(_GS5), \ | 248 | Q__NOTE(_GS5), \ |
249 | HD_NOTE(_C6), | 249 | HD_NOTE(_C6), |
250 | 250 | ||
251 | #define TERMINAL_SOUND \ | ||
252 | E__NOTE(_C5 ) | ||
253 | |||
251 | #endif | 254 | #endif |