diff options
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/lufa/lufa.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/lufa/lufa.c b/protocol/lufa/lufa.c index 9f8e50c4e6..d60aecc3f1 100644 --- a/protocol/lufa/lufa.c +++ b/protocol/lufa/lufa.c @@ -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())) {  | 
