~ruther/qmk_firmware

32997200f7f316dfce9242bf929264298677a704 — tmk 11 years ago 4528663
Fix NKRO code when NKRO is disable
1 files changed, 2 insertions(+), 0 deletions(-)

M protocol/lufa/lufa.c
M protocol/lufa/lufa.c => protocol/lufa/lufa.c +2 -0
@@ 272,7 272,9 @@ void EVENT_USB_Device_ControlRequest(void)
                // Interface
                switch (USB_ControlRequest.wIndex) {
                case KEYBOARD_INTERFACE:
#ifdef NKRO_ENABLE
                case NKRO_INTERFACE:
#endif
                    Endpoint_ClearSETUP();

                    while (!(Endpoint_IsOUTReceived())) {