We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438d59f + 0d2e897 commit ada3067Copy full SHA for ada3067
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