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 2525
2626// ================================================================================
2727// ================================================================================
28- // Keyboard
28+ // Keyboard
2929
3030static const uint8_t _hidReportDescriptor[] PROGMEM = {
3131
32- // Keyboard
32+ // Keyboard
3333 0x05 , 0x01 , // USAGE_PAGE (Generic Desktop) // 47
3434 0x09 , 0x06 , // USAGE (Keyboard)
3535 0xa1 , 0x01 , // COLLECTION (Application)
@@ -93,9 +93,9 @@ const uint8_t _asciimap[128] =
9393 0x00 , // ENQ
9494 0x00 , // ACK
9595 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
9999 0x00 , // VT
100100 0x00 , // FF
101101 0x00 , // CR
@@ -118,7 +118,7 @@ const uint8_t _asciimap[128] =
118118 0x00 , // RS
119119 0x00 , // US
120120
121- 0x2c , // ' '
121+ 0x2c , // ' '
122122 0x1e |SHIFT, // !
123123 0x34 |SHIFT, // "
124124 0x20 |SHIFT, // #
You can’t perform that action at this time.
0 commit comments