From b209b4e3fc47885f04f17578ebe4e6ae9a577c80 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Thu, 7 Aug 2025 20:54:53 +0200 Subject: [PATCH] Fix typo in comment: ACSII -> ASCII --- src/KeyboardLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KeyboardLayout.h b/src/KeyboardLayout.h index a01cdec..c3616d7 100644 --- a/src/KeyboardLayout.h +++ b/src/KeyboardLayout.h @@ -5,7 +5,7 @@ only in Keyboard.cpp and the keyboard layout files. Layout files map ASCII character codes to keyboard scan codes (technically, to USB HID Usage codes), possibly altered by the SHIFT or ALT_GR modifiers. - Non-ACSII characters (anything outside the 7-bit range NUL..DEL) are + Non-ASCII characters (anything outside the 7-bit range NUL..DEL) are not supported. == Creating your own layout ==