Skip to content

Commit

Permalink
Fix Mac OS caps lock key
Browse files Browse the repository at this point in the history
Fixes qmk#4471
  • Loading branch information
Dylan Jager-Kujawa committed Dec 4, 2018
1 parent 6d0dc91 commit 15d9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/lufa/lufa.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void EVENT_USB_Device_ControlRequest(void)
if (USB_DeviceState == DEVICE_STATE_Unattached)
return;
}
#if defined(SHARED_EP_ENABLE)
#if defined(KEYBOARD_SHARED_EP)
uint8_t report_id = REPORT_ID_KEYBOARD;
if (keyboard_protocol) {
report_id = Endpoint_Read_8();
Expand Down

0 comments on commit 15d9fbd

Please sign in to comment.