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 f8c6640 commit 8f6d4feCopy full SHA for 8f6d4fe
arduino/avr/libraries/HID/HID.cpp
@@ -27,16 +27,7 @@ static u8 HID_ENDPOINT_INT;
27
28
//================================================================================
29
30
-
31
-// HID report descriptor
32
33
-#define LSB(_x) ((_x) & 0xFF)
34
-#define MSB(_x) ((_x) >> 8)
35
36
-#define RAWHID_USAGE_PAGE 0xFFC0
37
-#define RAWHID_USAGE 0x0C00
38
-#define RAWHID_TX_SIZE 64
39
-#define RAWHID_RX_SIZE 64
+// HID Interface
40
41
static u8 HID_INTERFACE;
42
0 commit comments