Skip to content

Commit 90985d3

Browse files
committed
Fixed typo in Keyboard API
1 parent a420486 commit 90985d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keyboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const uint8_t _asciimap[128] =
209209
0x1b, // x
210210
0x1c, // y
211211
0x1d, // z
212-
0x2f|SHIFT, //
212+
0x2f|SHIFT, // {
213213
0x31|SHIFT, // |
214214
0x30|SHIFT, // }
215215
0x35|SHIFT, // ~

0 commit comments

Comments
 (0)