Fixed missing closing bracket

This commit is contained in:
nogg3r5 2022-06-22 10:25:57 +01:00 committed by xs5871
parent d7bfb917f2
commit 17aac3b901

View File

@ -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!