Fixed typo in Keyboard API

This commit is contained in:
Nico 2015-09-28 14:21:01 +02:00
parent 3f1b23bf61
commit bd1124eb0f
1 changed files with 1 additions and 1 deletions

View File

@ -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, // ~