mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-20 04:21:04 +00:00
Fix set LED for NKRO keyboard interface
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user