Firmware for ErgoDone split keyboard
Přejít na soubor
2023-10-22 06:01:04 +02:00
keymap Fix intermittent flashing of LED when typing quickly 2023-10-22 06:01:04 +02:00
qmk_firmware@f6c70c40af Add qmk_firmware submodule 2023-10-21 05:44:43 +02:00
.gitignore Readme for flashing ErgoDone with Dejvino's layout 2023-10-21 09:34:38 +02:00
.gitmodules Add qmk_firmware submodule 2023-10-21 05:44:43 +02:00
Makefile Add makefile to automate this 2023-10-22 05:44:46 +02:00
README.md README tip 2023-10-22 06:00:42 +02:00

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)

Resources