onyx/README.md

18 lines
243 B
Markdown

# Onyx Keyboard Firmware #
This section intentionally left blank
## Setup ##
```bash
# Install toolchains
trizen -S arm-none-eabi-binutils bossa
rustup target add thumbv6m-none-eabi
# Build
make
# Upload to metro m0 board
make upload
```