Skip to content

Keyboard firmware for my Atreus-like keyboard written in Rust and using Keyberon

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mryndzionek/keyberon-atreus

Repository files navigation

keyberon-atreus

Rust

atreus52ct

Keyberon configuration for my Atreus-like keyboards (generator, first build) ) using probe-run + defmt + flip-link

Dependencies

1. flip-link:

$ cargo install flip-link

2. probe-run:

$ # make sure to install v0.2.0 or later
$ cargo install probe-run

Build

Building for debug probe

Make sure to copy memory.x.debug to memory.x and then:

cargo build --bin keyboard

or

cargo run --bin keyboard

Building release version for bootloader

Make sure to copy memory.x.bootlader to memory.x and then:

cargo objcopy --bin keyboard --release -- -O binary keyboard.bin

Flashing via bootloader

dfu-util -d 1eaf:0003 -D keyboard.bin -R -a2

About

Keyboard firmware for my Atreus-like keyboard written in Rust and using Keyberon

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published