diff --git a/docs/config_and_keymap.md b/docs/config_and_keymap.md index 9e9643a..0a7fa41 100644 --- a/docs/config_and_keymap.md +++ b/docs/config_and_keymap.md @@ -3,7 +3,7 @@ KMK is configured through a rather large plain-old-Python class called `KMKKeyboard`. Subclasses of this configuration exist which pre-fill defaults for various known keyboards (for example, many QMK, TMK, or ZMK keyboards -are supported with a nice!nano, or through our ItsyBitsy to Pro Micro pinout adapter. +are supported with a nice!nano, or through our ItsyBitsy to Pro Micro pinout adapter.) This class is the main interface between end users and the inner workings of KMK. Let's dive in!