[keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)
This commit is contained in:
parent
bcfe67883e
commit
a5e7390419
4 changed files with 2 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue