diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-05-27 16:50:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 16:50:39 +0900 |
commit | 9e86204fd46d22915f81d2a21071e4167c2e7278 (patch) | |
tree | 5feb1123110b670eac9892686b0a4589ff246e96 | |
parent | 655a4e7cec549efa0aef9f484bdccb385c288ec9 (diff) | |
parent | 548848645ada9c5d58b441d8773d9c050300d220 (diff) |
Merge pull request #60 from zsa/f/startup_song_timing
Fix startup song timing
-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), \ |