-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because on nRF52 all of our USB interfaces have OUT endpoints, we are not getting CapsLock etc. LED states through set_report_cb(). Instead we have to register an int_out_ready callback and read them from there. We still don't forward LED states to the devices connected over Bluetooth, but it should now be possible to use LED states as inputs, for layers etc., same as on the RP2040 version.
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters