mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 23:22:30 +00:00
fix: adds slight delay before playing startup song
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user