Solved - Help Need - Using media buttons #620
-
I am not sure if this is the right place to be asking this but here goes! But what i cannot work out is how to use/ press media keys. I would like my button to say for example pause my music when i press it. (I am using the hid_composite example with modifications to use my button) When i search through the TinyUSB Repo i find |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
You can probably guess this but i am coding the pico in c/c++ |
Beta Was this translation helpful? Give feedback.
-
For media control, you need to use the |
Beta Was this translation helpful? Give feedback.
-
@joshuag1000 check out the modification in the hid_composite example. #622 , you could quickly test it out without compiling by downloading the rp2040 artifacts file from the ci build https://github.com/hathach/tinyusb/actions/runs/527018529 |
Beta Was this translation helpful? Give feedback.
@joshuag1000 check out the modification in the hid_composite example. #622 , you could quickly test it out without compiling by downloading the rp2040 artifacts file from the ci build https://github.com/hathach/tinyusb/actions/runs/527018529