Firmware for ErgoDone split keyboard
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 1.1 KiB

il y a 8 mois
1234567891011121314151617181920212223242526
  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`. (Tip: just run `make` to compile & flash)
  17. (see [ErgoDone Readme](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ktec/ergodone/readme.md) for details)
  18. ## Resources
  19. - [QMK Firmware](https://github.com/qmk/qmk_firmware)
  20. - [TKG Toolkit](https://github.com/kairyu/tkg-toolkit)