Add another HID interface using the consumer HID class for media keys. Resolves #32.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
typedef struct {
|
||||
usb_device_handle deviceHandle;
|
||||
class_handle_t mouseHandle;
|
||||
class_handle_t keyboardHandle;
|
||||
class_handle_t basicKeyboardHandle;
|
||||
class_handle_t genericHidHandle;
|
||||
class_handle_t mediaKeyboardHandle;
|
||||
uint8_t attach;
|
||||
uint8_t currentConfiguration;
|
||||
uint8_t currentInterfaceAlternateSetting[USB_DEVICE_CONFIG_HID];
|
||||
|
||||
Reference in New Issue
Block a user