mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Fixed typo in Keyboard API
This commit is contained in:
parent
3f1b23bf61
commit
bd1124eb0f
@ -209,7 +209,7 @@ const uint8_t _asciimap[128] =
|
||||
0x1b, // x
|
||||
0x1c, // y
|
||||
0x1d, // z
|
||||
0x2f|SHIFT, //
|
||||
0x2f|SHIFT, // {
|
||||
0x31|SHIFT, // |
|
||||
0x30|SHIFT, // }
|
||||
0x35|SHIFT, // ~
|
||||
|
Loading…
x
Reference in New Issue
Block a user