]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fix set LED for NKRO keyboard interface
authortmk <nobody@nowhere>
Tue, 29 Apr 2014 10:46:37 +0000 (19:46 +0900)
committertmk <nobody@nowhere>
Tue, 29 Apr 2014 10:46:37 +0000 (19:46 +0900)
protocol/lufa/lufa.c

index 9f8e50c4e663de6f10bb396093c6087cb5376169..d60aecc3f12bb7cdc75dfe39b89030ed84fe581a 100644 (file)
@@ -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())) {