diff --git a/quantum/audio/audio.c b/quantum/audio/audio.c index c6523b908c..1e94f6529c 100644 --- a/quantum/audio/audio.c +++ b/quantum/audio/audio.c @@ -146,6 +146,7 @@ void audio_init() { void audio_startup(void) { if (audio_config.enable) { + wait_ms(100);// Small wait time required on some boards to properly play the startup song. PLAY_SONG(startup_song); }