iso
7/2/2019 - 9:35 AM

Configure infinity ergodox

Configure infinity ergodox

To configure ergodox infinity

  1. Download kiibohd configurator from here
  2. Change mapping and click download firmware
  3. Press flash button on both of the ergodox, the LCD should turn red to show that its in flash mode
  4. Make sure the left ergodox is connected to to usb and also the bin file reference to the left ergodox
  5. Click flash, the left ergodox LCD should change back to the default IC logo
  6. Switch USB cable to right ergodox and update the bin file to right
  7. Do the same as step 5, should get the same end result

Reference

Reference command in case you want to use a terminal instead

# navigate to where the dfu-util is
cd $HOME/Library/Application\ Support/kiibohd-configurator/utils/dfu-util_v0.9/

# check to see if it detected the keyboard
dfu-util -l

# flash left ergodox
dfu-util -D $HOME/Library/Application Support/kiibohd-configurator/firmware-cache/[firmware_version]/left_kiibohd.dfu.bin

# flash right ergodox
dfu-util -D $HOME/Library/Application Support/kiibohd-configurator/firmware-cache/[firmware_version]/right_kiibohd.dfu.bin