Skip to content

Commit 5b3db0e

Browse files
committed
Number of spaces
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
1 parent 0fe8175 commit 5b3db0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Keyboard.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
//================================================================================
2727
//================================================================================
28-
// Keyboard
28+
// Keyboard
2929

3030
static 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, // #

0 commit comments

Comments
 (0)