RMK is a feature-rich and easy-to-use keyboard firmware.
-
Install probe-rs
# Linux/macOS curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh # Windows irm https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.ps1 | iex
-
Build the firmware
cargo build --release
-
Flash using debug probe
If you have a debug probe connected to your board, flashing is quite simple: run the following command to automatically compile and flash RMK firmware to the board:
cargo run --release