aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index d17338871..e60378afe 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -398,7 +398,7 @@ void matrix_init_quantum() {
398} 398}
399 399
400void matrix_scan_quantum() { 400void matrix_scan_quantum() {
401#if defined(AUDIO_ENABLE) 401#if defined(AUDIO_ENABLE) && defined(AUDIO_INIT_DELAY)
402 // There are some tasks that need to be run a little bit 402 // There are some tasks that need to be run a little bit
403 // after keyboard startup, or else they will not work correctly 403 // after keyboard startup, or else they will not work correctly
404 // because of interaction with the USB device state, which 404 // because of interaction with the USB device state, which