Firmware for ErgoDone split keyboard
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dejvino 66f179419f Fix README readability 6 місяці тому
keymap Fix intermittent flashing of LED when typing quickly 6 місяці тому
qmk_firmware @ f6c70c40af Add qmk_firmware submodule 6 місяці тому
.gitignore Readme for flashing ErgoDone with Dejvino's layout 6 місяці тому
.gitmodules Add qmk_firmware submodule 6 місяці тому
Makefile Add makefile to automate this 6 місяці тому
README.md Fix README readability 6 місяці тому

README.md

Dejvino’s ErgoDone Keyboard Firmware

Setup

  1. Clone this repo in recursive mode (with submodules): git clone --recurse-submodules <url>
  2. Setup QMK (see docs)
    1. Install qmk helper: python3 -m pip install --user qmk
    2. Run the setup: qmk setup
  3. 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.

  1. Enter flashing mode
    1. Disconnect KBD
    2. Press and hold two top-right-most keys on the left-half KBD
    3. Connect KBD (LEDs will be blinking)
  2. Run: make flash

Tip: just run make to compile & flash.

(see ErgoDone Readme for details on flashing)

Resources