From 17aac3b901c558760d65edeb58f783087ca5f26f Mon Sep 17 00:00:00 2001 From: nogg3r5 Date: Wed, 22 Jun 2022 10:25:57 +0100 Subject: [PATCH] Fixed missing closing bracket --- docs/config_and_keymap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!