keyboards/inf_ergodox/readme.md
2016-04-05 02:14:17 -05:00

961 B

Infinity Ergodox

This contains my kiibohd controller compatible Infinity Ergodox keymap.

Everything in the src folder in this directory is unzipped output from the ergodox configurator.

Flashing

  • Disconnect your ergodox from your flashing PC
  • Connect ONE side of the ergodox, noting which side and press it's flash button (orange LED should be on, LCD should be red)
  • Open a terminal in the src directory and run dfu-util -D <left|right>_kiibohd.dfu.bin (depending on which half of the keyboard you plugged in
  • Repeat last three steps for other side

Modifying

  • Go to the ergodox configurator
  • Click "import map"
  • Paste the keymap JSON (src/MDErgo1-Default.json) into the textarea and import
  • Modify as needed
  • Click "download firmware" and unzip here, commit, push

To Do

  • Programmatic configurator?
  • Learn KLL?