Kmk guide finish

This commit is contained in:
cheyao 2025-02-09 11:01:57 +01:00
parent 34398c5954
commit 586775f21c
No known key found for this signature in database

View file

@ -606,6 +606,10 @@ if __name__ == '__main__':
Save it in a main.py file in the firmware folder of your repo
Now after you received you macropad, plug it in and hold the bootloader button and press reset. You should see a external drive on your PC, [download circuitpython](https://downloads.circuitpython.org/bin/seeeduino_xiao_rp2040/en_US/adafruit-circuitpython-seeeduino_xiao_rp2040-en_US-9.2.4.uf2) and drag the file onto the drive.
The board should automatically restart and be recognised as a new external drive. Now [download kmk](https://github.com/KMKfw/kmk_firmware/archive/refs/heads/main.zip), unzip it and copy the KMK folder and the boot.py file to the root of the external drive. Then create copy your main.py file over. And voila you got your macropad!
# Next steps
We just made a pretty cool macropad, but obviously there's a lot of cooler stuff out there - that's up to you to figure out! Again, don't copy this guide 1:1, add your own design into it.