feat(usb): add a few more consumer control HID commands (#11227)
This commit is contained in:
parent
be57376b6b
commit
bd4b32522c
1 changed files with 5 additions and 0 deletions
|
|
@ -38,9 +38,14 @@
|
|||
|
||||
// Media Control
|
||||
#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD
|
||||
#define CONSUMER_CONTROL_RECORD 0x00B2
|
||||
#define CONSUMER_CONTROL_FAST_FORWARD 0x00B3
|
||||
#define CONSUMER_CONTROL_REWIND 0x00B4
|
||||
#define CONSUMER_CONTROL_SCAN_NEXT 0x00B5
|
||||
#define CONSUMER_CONTROL_SCAN_PREVIOUS 0x00B6
|
||||
#define CONSUMER_CONTROL_STOP 0x00B7
|
||||
#define CONSUMER_CONTROL_EJECT 0x00B8
|
||||
#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD
|
||||
#define CONSUMER_CONTROL_VOLUME 0x00E0
|
||||
#define CONSUMER_CONTROL_MUTE 0x00E2
|
||||
#define CONSUMER_CONTROL_BASS 0x00E3
|
||||
|
|
|
|||
Loading…
Reference in a new issue