-
Notifications
You must be signed in to change notification settings - Fork 75
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
Media Key Support? #33
Comments
Hi, |
Do you have a rough idea of when you could bring media key support? |
Well, this library is not very popular and now its not on top of my list to upgrade. All depends what you want to achieve, but it is not hard to do it. Start with this class and for example replace mouse: here is example how it is done in tinyusb: |
Thanks for your support. But I'm a rooky. Do you have an easy example how to send the Media Key Message with the "Lib" hidcomposite.cpp? |
No, and hidcomposite.cpp is not ready to send media keys. You would need to update library/class code to do it. |
Hi chegewara, may you help me in another direction. I need in one ESP32 application Mouse, Keyboard and Media Key support.
Do you have any idea. I seems, that all of the stuff before is based on your great experience, Best regards |
Is there also Media Key support (planned)?
e.g., KEY_MEDIA_NEXT_TRACK , KEY_MEDIA_PLAY_PAUSE, KEY_MEDIA_VOLUME_UP ...
Best regards
The text was updated successfully, but these errors were encountered: