1
0

Fix set LED for NKRO keyboard interface

This commit is contained in:
tmk 2014-04-29 19:46:37 +09:00
父節點 81a928d9e3
當前提交 6f66f9955c

查看文件

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