1
0
Fork 0

Fixup Audio startup and add to documents (#13606)

* Fixup Audio startup and add to documents

* fix doc descriptions
This commit is contained in:
Drashna Jael're 2021-08-15 13:51:50 -07:00 committed by GitHub
parent 4b453dca92
commit 4e3726bfe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 1 deletions

View file

@ -398,7 +398,7 @@ void matrix_init_quantum() {
}
void matrix_scan_quantum() {
#if defined(AUDIO_ENABLE)
#if defined(AUDIO_ENABLE) && defined(AUDIO_INIT_DELAY)
// There are some tasks that need to be run a little bit
// after keyboard startup, or else they will not work correctly
// because of interaction with the USB device state, which