-
Notifications
You must be signed in to change notification settings - Fork 503
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
How to receive signals (Caps lock, Num lock) from PC side - HID keyboard #166
Comments
Thank for raising the issue, it is output report. Seems like the BLEHidGeneric already support invoked callback when receiving an output from PC. Though it is not used by BLEHidAdafruit (with proper report id and callback for keyboard). The work should be minimal, we will try to fix it when we could take some rest from nrf52840 work. |
I see. |
@ginoji5 I did a latest push to master that implement the keyboard led. Tested with my linux. Let's me know if it works for you (please also tell what is your OS as well). |
Thank you for the great update! |
Great, Thanks for the update. I am glad it works for you. Some users actually have issue with windows and blehid. I will pull out a macos to test, if all major os works+rpi, then we could close this one. |
@ginoji5 any issues so far, if not we will close this one and include it in the next release |
On Raspberry pi , the test was good too. Thank you. |
The solution is 404. Can anyone point me in the right direction? |
For making wireless HID keyboard modules (with nRF52 feather), I want to know the method receive signals from PC side. (Num lock, Caps lock, etc.)
It is possible to input arbitrary keys at the present time, but we also want to get output from PC side as well.
The text was updated successfully, but these errors were encountered: