We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c47f commit 7219e3eCopy full SHA for 7219e3e
hardware/arduino/avr/libraries/HID/HID.h
@@ -54,6 +54,11 @@
54
#define HID_BOOT_PROTOCOL 0
55
#define HID_REPORT_PROTOCOL 1
56
57
+// HID Request Type HID1.11 Page 51 7.2.1 Get_Report Request
58
+#define HID_REPORT_TYPE_INPUT 1
59
+#define HID_REPORT_TYPE_OUTPUT 2
60
+#define HID_REPORT_TYPE_FEATURE 3
61
+
62
typedef struct
63
{
64
uint8_t len; // 9
0 commit comments