Skip to content

Commit bd4b325

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/USB/src/USBHIDConsumerControl.h

+5
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)