diff options
Diffstat (limited to 'quantum/audio/audio_avr.c')
| -rw-r--r-- | quantum/audio/audio_avr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio/audio_avr.c b/quantum/audio/audio_avr.c index 5a96bf643..1bac43bb4 100644 --- a/quantum/audio/audio_avr.c +++ b/quantum/audio/audio_avr.c | |||
| @@ -227,7 +227,9 @@ void audio_init() { | |||
| 227 | 227 | ||
| 228 | audio_initialized = true; | 228 | audio_initialized = true; |
| 229 | } | 229 | } |
| 230 | } | ||
| 230 | 231 | ||
| 232 | void audio_startup() { | ||
| 231 | if (audio_config.enable) { | 233 | if (audio_config.enable) { |
| 232 | PLAY_SONG(startup_song); | 234 | PLAY_SONG(startup_song); |
| 233 | } | 235 | } |
