Skip to content

KoBussLLC/grabert-keyb-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Firmware for Grabert

Rust firmware for the Grabert Keyboard using the Keyberon crate by TeXitoi

Helpful Commands

Build:

cargo build --release

Firmware Size: Sitting around 36KB

cargo-size --bin grabert-keyb-rs --release

OpenOCD:

openocd -f "interface/stlink-v2.cfg" -f "target/stm32f0x.cfg" "./target/thumbv6m-none-eabi/release/grabert-keyb-rs"

Create .bin from elf

cargo objcopy --bin grabert-keyb-rs --release -- -O binary grabert-keyb-rs.bin

DFU Flash

dfu-util -a 0 -s 0x08000000:leave -D grabert-keyb-rs.bin

License

MIT

About

Mechanical Keyboard Grabert firmware in Rust!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published