# 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 ```