add notes to readme

This commit is contained in:
KemoNine 2023-04-19 12:44:40 -04:00
parent 57d4f29db9
commit 1bb827e8dc
1 changed files with 8 additions and 0 deletions

View File

@ -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)