From: tmk Date: Tue, 29 Apr 2014 10:46:37 +0000 (+0900) Subject: Fix set LED for NKRO keyboard interface X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/abe5edcaa7c6391cb313a672910d7beb9b7d8fa2 Fix set LED for NKRO keyboard interface --- diff --git a/protocol/lufa/lufa.c b/protocol/lufa/lufa.c index 9f8e50c4..d60aecc3 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())) {