mirror of https://git.eddie.sh/onyx/onyx.git
keyboard firmware except crab
https://lain.faith/s/onyx
|
||
---|---|---|
.cargo | ||
.vscode | ||
examples | ||
src | ||
.cargo-ok | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md | ||
build.rs | ||
memory.x | ||
openocd.cfg | ||
openocd.gdb |
README.md
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