Firmware for ErgoDone split keyboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 7 месеца
преди 7 месеца
преди 7 месеца
преди 7 месеца
преди 7 месеца
преди 7 месеца
преди 7 месеца
преди 7 месеца
12345678910111213141516171819202122232425262728
  1. # Dejvino's ErgoDone Keyboard Firmware
  2. ## Setup
  3. 1. Clone this repo in recursive mode (with submodules): `git clone --recurse-submodules <url>`
  4. 2. Setup QMK (see [docs](https://docs.qmk.fm/#/newbs_getting_started))
  5. 1. Install qmk helper: `python3 -m pip install --user qmk`
  6. 2. Run the setup: `qmk setup`
  7. 3. Install Dejvino's keyboard layout: `ln -s $(pwd)/../keymap keyboards/ktec/ergodone/keymaps/dejvino`
  8. ## Compile
  9. Run: `make build`
  10. ## Flash
  11. If you're not on Linux, download the [TKG Toolkit](https://github.com/kairyu/tkg-toolkit) flashing utility for your system manually, otherwise let `make` do it.
  12. 1. Enter flashing mode
  13. 1. Disconnect KBD
  14. 2. Press and hold two top-right-most keys on the left-half KBD
  15. 3. Connect KBD (LEDs will be blinking)
  16. 2. Run: `make flash`
  17. Tip: just run `make` to compile & flash.
  18. (see [ErgoDone Readme](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ktec/ergodone/readme.md) for details on flashing)
  19. ## Resources
  20. - [QMK Firmware](https://github.com/qmk/qmk_firmware)
  21. - [TKG Toolkit](https://github.com/kairyu/tkg-toolkit)