diff --git a/keyboards/annepro2/annepro2.c b/keyboards/annepro2/annepro2.c index c681ca19b29..37489defff3 100644 --- a/keyboards/annepro2/annepro2.c +++ b/keyboards/annepro2/annepro2.c @@ -92,7 +92,7 @@ void keyboard_post_init_kb(void) { // Give the send uart thread some time to // send out the queue before we read back - wait_ms(15); + wait_ms(100); // loop to clear out receive buffer from ble wakeup while (!sdGetWouldBlock(&SD1)) sdGet(&SD1);