-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
feat(usb_hid_keyboard): Adds Keyboard Layout and Sends reports just for Modifier Keys #10591
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 4m 15s ⏱️ Results for commit b5b5ebd. ♻️ This comment has been updated with latest results. |
Description of Change
This PR fixes a problem related to sending just modifier key pressing/releasing (SHIFT/CTRL/ALT).
It also adds the upstream Keyboard Layouts to the library.
Additionally it adds the Brazilian ABNT2 Keyboard Layout.
Tests scenarios
Tested with ESP32-S3 using a Keyboard Test website.
Configuration: CDC on Boot: Disabled || USB Mode: OTG(TinyUSB)
The new Keyboard Layout needs a compatible Keyboard of the selected location.
Example:
Related links
Fixes #10368