Firmware for ErgoDone split keyboard
| keymap | ||
| qmk_firmware@f6c70c40af | ||
| .gitignore | ||
| .gitmodules | ||
| Makefile | ||
| README.md | ||
Dejvino's ErgoDone Keyboard Firmware
Setup
- Clone this repo in recursive mode (with submodules):
git clone --recurse-submodules <url> - Setup QMK (see docs)
- Install qmk helper:
python3 -m pip install --user qmk - Run the setup:
qmk setup
- Install qmk helper:
- Install Dejvino's keyboard layout:
ln -s $(pwd)/../keymap keyboards/ktec/ergodone/keymaps/dejvino
Compile
Run: make build
Flash
If you're not on Linux, download the TKG Toolkit flashing utility for your system manually, otherwise let make do it.
- Enter flashing mode
- Disconnect KBD
- Press and hold two top-right-most keys on the left-half KBD
- Connect KBD (LEDs will be blinking)
- Run:
make flash
Tip: just run make to compile & flash.
(see ErgoDone Readme for details on flashing)