added probe-rs to required stuff for rmk.

This commit is contained in:
Gabe Venberg 2025-03-21 16:21:54 +01:00
parent 1a08cda0b8
commit a194ef70a9

View file

@ -26,7 +26,7 @@ Setup of this repo is aided by the `rmkit` command line tool.
I started by installing a few tools via cargo, running
```
cargo install rmkit flip-link elf2uf2-rs
cargo install rmkit flip-link elf2uf2-rs probe-rs-tools
```
Then I ran `rmkit init` and answered a few questions about my keyboard, which generated a template for me to further modify.