8000 feat(usb): add a few more consumer control HID commands (#11227) · earcam/arduino-esp32@bd4b325 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd4b325

Browse files
authored
feat(usb): add a few more consumer control HID commands (espressif#11227)
1 parent be57376 commit bd4b325

File tree

Collapse file tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/USB/src/USBHIDConsumerControl.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@
3838

3939
// Media Control
4040
#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD
41+
#define CONSUMER_CONTROL_RECORD 0x00B2
42+
#define CONSUMER_CONTROL_FAST_FORWARD 0x00B3
43+
#define CONSUMER_CONTROL_REWIND 0x00B4
4144
#define CONSUMER_CONTROL_SCAN_NEXT 0x00B5
4245
#define CONSUMER_CONTROL_SCAN_PREVIOUS 0x00B6
4346
#define CONSUMER_CONTROL_STOP 0x00B7
47+
#define CONSUMER_CONTROL_EJECT 0x00B8
48+
#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD
4449
#define CONSUMER_CONTROL_VOLUME 0x00E0
4550
#define CONSUMER_CONTROL_MUTE 0x00E2
4651
#define CONSUMER_CONTROL_BASS 0x00E3

0 commit comments

Comments
 (0)
0