-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix KEYBOARD_SHARED_EP on ChibiOS #7860
Conversation
This change makes it compile, but now the caps lock LED is broken. I think this may be a similar issue to #4824 (I only fixed it for LUFA as I didn't have any Arm chips at the time; now I have a Proton C I can test). |
@fauxpark can we merge this as is, and fix in another PR? This PR doesnt make the current situation any worse, and I have more stuff dependent on this so would like to see in in soonish. |
Yeah, that's fine. I'll see if I can port my fix for LUFA over. |
Description
Currently produces the error:
This PR aligns checks to callsite:
qmk_firmware/tmk_core/protocol/chibios/usb_main.c
Lines 448 to 453 in 2d051d8
Types of Changes
Checklist