File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
26
26
// ================================================================================
27
27
// ================================================================================
28
- // Keyboard
28
+ // Keyboard
29
29
30
30
static const uint8_t _hidReportDescriptor[] PROGMEM = {
31
31
32
- // Keyboard
32
+ // Keyboard
33
33
0x05 , 0x01 , // USAGE_PAGE (Generic Desktop) // 47
34
34
0x09 , 0x06 , // USAGE (Keyboard)
35
35
0xa1 , 0x01 , // COLLECTION (Application)
@@ -93,9 +93,9 @@ const uint8_t _asciimap[128] =
93
93
0x00 , // ENQ
94
94
0x00 , // ACK
95
95
0x00 , // BEL
96
- 0x2a , // BS Backspace
97
- 0x2b , // TAB Tab
98
- 0x28 , // LF Enter
96
+ 0x2a , // BS Backspace
97
+ 0x2b , // TAB Tab
98
+ 0x28 , // LF Enter
99
99
0x00 , // VT
100
100
0x00 , // FF
101
101
0x00 , // CR
@@ -118,7 +118,7 @@ const uint8_t _asciimap[128] =
118
118
0x00 , // RS
119
119
0x00 , // US
120
120
121
- 0x2c , // ' '
121
+ 0x2c , // ' '
122
122
0x1e |SHIFT, // !
123
123
0x34 |SHIFT, // "
124
124
0x20 |SHIFT, // #
You can’t perform that action at this time.
0 commit comments