mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-03 20:43:24 +01:00
Fix set LED for NKRO keyboard interface
This commit is contained in:
@@ -272,6 +272,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
|||||||
// Interface
|
// Interface
|
||||||
switch (USB_ControlRequest.wIndex) {
|
switch (USB_ControlRequest.wIndex) {
|
||||||
case KEYBOARD_INTERFACE:
|
case KEYBOARD_INTERFACE:
|
||||||
|
case NKRO_INTERFACE:
|
||||||
Endpoint_ClearSETUP();
|
Endpoint_ClearSETUP();
|
||||||
|
|
||||||
while (!(Endpoint_IsOUTReceived())) {
|
while (!(Endpoint_IsOUTReceived())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user