Browse Source

Fix set LED for NKRO keyboard interface

tmk 11 years ago
parent
commit
abe5edcaa7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      protocol/lufa/lufa.c

+ 1 - 0
protocol/lufa/lufa.c

@@ -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())) {