Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.9 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.9 KB

Ferro Dactyl

Logo

A BluePill (STM32F103) based Dactyl-Manuform build with keyberon powered firmware written in Rust.

Ferro Dactyl

Layout

I'm using a AdNW based Layout. This is a work in progress.

Layout

You can take the layout definition from the layout folder and play with it over at Keyboard Layout Editor. Or use this link.

Hardware

The STLs are generated using 20lives Dactyl-Manuform fork. I'm using a 5x6 version.

Firmware

The firmware uses the keyberon library.

curl https://sh.rustup.rs -sSf | sh
rustup target add thumbv7m-none-eabi
sudo apt-get install gdb-arm-none-eabi openocd
git clone https://github.com/wose/ferro-dactyl.git
cd ferro-dactyl
# connect ST-Link v2 to the blue pill and the computer
# openocd in another terminal
cargo run --release

See keyberons building instructions for more info.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.