feat(usb): add a few more consumer control HID commands (#11227)

This commit is contained in:
Sugar Glider 2025-04-09 05:57:12 -03:00 committed by GitHub
parent be57376b6b
commit bd4b32522c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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