From 548848645ada9c5d58b441d8773d9c050300d220 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Mon, 27 May 2019 16:39:59 +0900 Subject: Fix startup song timing --- quantum/audio/song_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/audio') 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), \ -- cgit v1.2.3