Skip to content

Commit 6cfd55b

Browse files
authored
Fix typo in comment: ACSII -> ASCII (#102)
1 parent 63522fe commit 6cfd55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeyboardLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
only in Keyboard.cpp and the keyboard layout files. Layout files map
66
ASCII character codes to keyboard scan codes (technically, to USB HID
77
Usage codes), possibly altered by the SHIFT or ALT_GR modifiers.
8-
Non-ACSII characters (anything outside the 7-bit range NUL..DEL) are
8+
Non-ASCII characters (anything outside the 7-bit range NUL..DEL) are
99
not supported.
1010
1111
== Creating your own layout ==

0 commit comments

Comments
 (0)