Skip to content

Colonial-Dev/hyperdeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperdeck

Pure Rust firmware for my Raspberry Pi Pico-powered macropad, built using Pimoroni's RGB keypad base and display pack.

Building

You'll need the Rust toolchain for thumbv6m-none-eabi and the elf2uf2-rs tool:

rustup target add thumbv6m-none-eabi
cargo install elf2uf2-rs --locked

After that, the standard cargo commands should work. If a Pico is connected, cargo run will automatically flash the executable.

About

Rust firmware for my Hyperdeck macropad project.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages