Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

techhazard/dactyl-build

Repository files navigation

Building my dactyl keyboard

Here I document my progress building my "endgame" keyboard.

See the wiki.

Requirements

  • rustc nightly
  • cargo
  • arm-none-eabi-gcc
  • arm-none-eabi-ar
  • arm-none-eabi-objcopy

Compile and upload

cargo build --target thumbv7em-none-eabi
arm-none-eabi-objcopy -O ihex -R .eeprom target/thumbv7em-none-eabi/debug/blink dactyl.hex

echo "Reset teensy now"
teensy-loader-cli -w --mcu=mk20dx256 dactyl.hex

About

Documenting my keyboard build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages