File tree 4 files changed +31
-2
lines changed
4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
#if defined(USBCON)
23
23
24
- // #define RAWHID_ENABLED
25
-
26
24
HID_ HID;
27
25
28
26
static u8 HID_ENDPOINT_INT;
Original file line number Diff line number Diff line change 27
27
28
28
#if defined(USBCON)
29
29
30
+ #define _USING_HID
31
+
30
32
// ================================================================================
31
33
// ================================================================================
32
34
// HID 'Driver'
Original file line number Diff line number Diff line change
1
+ #######################################
2
+ # Syntax Coloring Map HID
3
+ #######################################
4
+
5
+ #######################################
6
+ # Datatypes (KEYWORD1)
7
+ #######################################
8
+
9
+ HID KEYWORD1
10
+
11
+ #######################################
12
+ # Methods and Functions (KEYWORD2)
13
+ #######################################
14
+ begin KEYWORD2
15
+ SendReport KEYWORD2
16
+ AppendDescriptor KEYWORD2
17
+
18
+ #######################################
19
+ # Constants (LITERAL1)
20
+ #######################################
21
+ HID_TX LITERAL1
Original file line number Diff line number Diff line change
1
+ name =HID
2
+ version =1.0
3
+ author =Arduino
4
+ maintainer =Arduino <info@arduino.cc>
5
+ sentence =Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
6
+ paragraph =
7
+ url =http://www.arduino.cc/en/Reference/HID
8
+ architectures =avr
You can’t perform that action at this time.
0 commit comments