-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
I created a wireless windows media controller on a S2 mini. All works well to play/pause music, and to skip tracks etc. It took me a while though to find the codes for rewind and fast forward, which I like to share. I suggest to add CONSUMER_CONTROL_REWIND (0x00B4) and CONSUMER_CONTROL_FAST_FORWARD (0x00B3) to USBHIDConsumerControl.h.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 2 replies
-
Added as Feature Request.
Beta Was this translation helpful? Give feedback.
All reactions
-
PR #11227 adds those and a few more. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
-
AWESOME, thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions
-
If you need some more codes, you can find them here:
https://usb.org/sites/default/files/hut1_4.pdf#page126
Beta Was this translation helpful? Give feedback.