Skip to content

Commit 48adc6c

Browse files
authored
Merge pull request #82 from edgar-bonet/ascii-only
Add clarifying comment in KeyboardLayout.h
2 parents 832fbba + a31b491 commit 48adc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/KeyboardLayout.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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
9+
not supported.
810
911
== Creating your own layout ==
1012

0 commit comments

Comments
 (0)