diff options
author | Florian Didron <florian@111studio.jp> | 2019-05-27 16:39:59 +0900 |
---|---|---|
committer | Florian Didron <florian@111studio.jp> | 2019-05-27 16:39:59 +0900 |
commit | 548848645ada9c5d58b441d8773d9c050300d220 (patch) | |
tree | 5feb1123110b670eac9892686b0a4589ff246e96 /quantum | |
parent | 655a4e7cec549efa0aef9f484bdccb385c288ec9 (diff) |
Fix startup song timing
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/audio/song_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index 9dec9d54be..7569eb27c3 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h @@ -85,7 +85,7 @@ E__NOTE(_CS7), \ E__NOTE(_E6 ), \ E__NOTE(_A6 ), \ - M__NOTE(_CS7, 20), + M__NOTE(_CS7, 21), #define PREONIC_SOUND \ M__NOTE(_B5, 20), \ |