From 0247de4988847a02a0202f8183080dfdc02bc1f3 Mon Sep 17 00:00:00 2001 From: FHA Date: Fri, 23 Jul 2021 09:47:20 +0200 Subject: [PATCH] Update Getting_Started.md --- docs/Getting_Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting_Started.md b/docs/Getting_Started.md index 7d02191..f2dd2f2 100644 --- a/docs/Getting_Started.md +++ b/docs/Getting_Started.md @@ -4,7 +4,7 @@ KMK is a keyboard focused layer that sits on top of [CircuitPython](https://circuitpython.org/). As such, it should work with most [boards that support CircuitPython](https://circuitpython.org/downloads). It is recommanded to use the last stable version (>5.0). Known working and recommanded devices can be found [here](Officially_Supported_Microcontrollers.md) -We are also providing a keyboard optimized version of CircuitPython (with a selection of relevant modules).If you're wondering why use KMKPython rather than barebone CircuitPython, we tried to compare both approaches [here](kmkpython_vs_circuitpython.md) +We are also providing a keyboard optimized version of CircuitPython (simplified to cope with memory limits of certain boards and with a selection of preinstalled relevant modules).If you're wondering why use KMKPython rather than barebone CircuitPython, we tried to compare both approaches [here](kmkpython_vs_circuitpython.md)