onyx/README.md

243 B

Onyx Keyboard Firmware

This section intentionally left blank

Setup

# Install toolchains
trizen -S arm-none-eabi-binutils bossa
rustup target add thumbv6m-none-eabi

# Build
make

# Upload to metro m0 board
make upload