From 1bb827e8dcb4a378ccfac5aa8e64a32f2e270559 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 19 Apr 2023 12:44:40 -0400 Subject: [PATCH] add notes to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4b18cbb..ff6fcc3 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,11 @@ cd /opt/kmk_firmware python util/compile.py cp ~.compiled/kmk~ folder -> mcu ``` + +## Misc + +- Press reset button when NeoPixel starts to blink yellow during early boot. +- Format storage via `REPL`: https://docs.circuitpython.org/en/latest/docs/troubleshooting.html +- [MicroPython Docs](https://docs.micropython.org/en/latest/index.html) +- [CircuitPython Docs](https://docs.circuitpython.org/en/latest/docs/environment.html#environment-variables) +