[keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)
This commit is contained in:
@@ -101,11 +101,9 @@ void keyboard_post_init_kb(void) {
|
||||
// loop to clear out receive buffer from ble wakeup
|
||||
while (!sdGetWouldBlock(&SD1)) sdGet(&SD1);
|
||||
|
||||
ap2_led_get_status();
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
ap2_led_enable();
|
||||
ap2_led_set_manual_control(1);
|
||||
ap2_led_enable();
|
||||
#endif
|
||||
|
||||
keyboard_post_init_user();
|
||||
|
||||
Reference in New Issue
Block a user