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

Latest commit

 

History

History
23 lines (16 loc) · 508 Bytes

Readme.md

File metadata and controls

23 lines (16 loc) · 508 Bytes

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