A BluePill (STM32F103) based Dactyl-Manuform build with keyberon powered firmware written in Rust.
I'm using a AdNW based Layout. This is a work in progress.
You can take the layout definition from the layout folder and play with it over at Keyboard Layout Editor. Or use this link.
The STLs are generated using 20lives Dactyl-Manuform fork. I'm using a 5x6 version.
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.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.