Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Keyboard firmware implemented in Rust.

## Building for atmega32u4 devices (ergodox-ez, feather32u4)

* First build the cross compiler per these instructions: https://github.com/avr-rust/rust (this will take a couple of hours, but you only need to do it once)
* First build the cross compiler (you only need to do it once) per these instructions: https://book.avr-rust.com/
* Then build the examples from this repo:

```
Expand Down