mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix set LED for NKRO keyboard interface
This commit is contained in:
parent
b03717a10c
commit
abe5edcaa7
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
|||
// Interface
|
||||
switch (USB_ControlRequest.wIndex) {
|
||||
case KEYBOARD_INTERFACE:
|
||||
case NKRO_INTERFACE:
|
||||
Endpoint_ClearSETUP();
|
||||
|
||||
while (!(Endpoint_IsOUTReceived())) {
|
||||
|
|
Loading…
Reference in a new issue