From a210c2bf62c15c70e6af4c42d5b8bf6984bece5b Mon Sep 17 00:00:00 2001 From: levpopov Date: Tue, 12 Apr 2022 08:33:58 -0700 Subject: [PATCH] Update Officially_Supported_Microcontrollers.md --- docs/Officially_Supported_Microcontrollers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Officially_Supported_Microcontrollers.md b/docs/Officially_Supported_Microcontrollers.md index 03b5212..f192bcd 100644 --- a/docs/Officially_Supported_Microcontrollers.md +++ b/docs/Officially_Supported_Microcontrollers.md @@ -13,7 +13,7 @@ Features include Downsides - $25 USD per microcontroller at most retailers -*Important* +### Pre-compiling KMK for Nice!Nano Nice!Nano has limited flash memory which does not fit CircuitPython, adafruit-ble, and KMK by default. You will need to use pre-compiled KMK to get it to fit. Grab [compatible mpy-cross](https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/mpy-cross/) and run `make compile` to generate `.mpy` version of KMK files before copying them over.