Remove force disable of NKRO when Bluetooth enabled (#25201)
This commit is contained in:
parent
ac991405d0
commit
ab1332bb6c
6 changed files with 33 additions and 12 deletions
|
@ -32,6 +32,7 @@ void host_set_driver(host_driver_t *driver);
|
|||
host_driver_t *host_get_driver(void);
|
||||
|
||||
/* host driver interface */
|
||||
bool host_can_send_nkro(void);
|
||||
uint8_t host_keyboard_leds(void);
|
||||
led_t host_keyboard_led_state(void);
|
||||
void host_keyboard_send(report_keyboard_t *report);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue