diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index e88e6f34a..27cf51b16 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -517,7 +517,7 @@ void EVENT_USB_Device_ControlRequest(void) | |||
| 517 | if (USB_DeviceState == DEVICE_STATE_Unattached) | 517 | if (USB_DeviceState == DEVICE_STATE_Unattached) |
| 518 | return; | 518 | return; |
| 519 | } | 519 | } |
| 520 | #if defined(SHARED_EP_ENABLE) | 520 | #ifdef KEYBOARD_SHARED_EP |
| 521 | uint8_t report_id = REPORT_ID_KEYBOARD; | 521 | uint8_t report_id = REPORT_ID_KEYBOARD; |
| 522 | if (keyboard_protocol) { | 522 | if (keyboard_protocol) { |
| 523 | report_id = Endpoint_Read_8(); | 523 | report_id = Endpoint_Read_8(); |
