Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active April 12, 2020 11:09
Show Gist options
  • Save innyso/149ca34c6489b87e41b01d4eae7f1007 to your computer and use it in GitHub Desktop.
Save innyso/149ca34c6489b87e41b01d4eae7f1007 to your computer and use it in GitHub Desktop.
#keyboard #config #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment