Requested updates before push into main

1. Space before "If you're wondering"
2. Replaced "with certain boards ... pico" by "with most boards"
This commit is contained in:
FHA 2021-07-29 20:47:54 +02:00 committed by Kyle Brown
parent c75b52f94b
commit d43c712301

View File

@ -10,7 +10,7 @@ We are also providing a keyboard optimized version of CircuitPython (simplified
## TL;DR Quick start guide
> To infinity and beyond!
1. [Install CircuitPython on your board](https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython). With certain boards (pico, I look at you !), it can be as easy as drag and dropping the firmware on the drive
1. [Install CircuitPython on your board](https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython). With most boards, it should be as easy as drag and dropping the firmware on the drive
2. Get a [copy of KMK](https://github.com/KMKfw/kmk_firmware/archive/refs/heads/master.zip) from the master branch
3. Unzip it and copy the KMK folder and the boot.py file at the root of the USB drive corresponding to your board (often appearing as CIRCUITPY)
4. Create a new *code.py* or *main.py* file in the same root directory (same level as boot.py) with the example content hereunder: