Firmware for ErgoDone split keyboard
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dejvino eeecb56966 Add 'stealth' LED indicators: warning of capslock; numlock only when in number layer pirms 6 mēnešiem
keymap Add 'stealth' LED indicators: warning of capslock; numlock only when in number layer pirms 6 mēnešiem
qmk_firmware @ f6c70c40af Add qmk_firmware submodule pirms 7 mēnešiem
.gitignore Readme for flashing ErgoDone with Dejvino's layout pirms 6 mēnešiem
.gitmodules Add qmk_firmware submodule pirms 7 mēnešiem
Makefile Add makefile to automate this pirms 6 mēnešiem
README.md Add makefile to automate this pirms 6 mēnešiem

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.

(see ErgoDone Readme for details)

Resources