Benny Powers 98ac32b417 Vim Layout for Ergodox-EZ (mac only) (#2112) %!s(int64=8) %!d(string=hai) anos
..
keymaps 98ac32b417 Vim Layout for Ergodox-EZ (mac only) (#2112) %!s(int64=8) %!d(string=hai) anos
util d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) %!s(int64=8) %!d(string=hai) anos
190hotfix.sh d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) %!s(int64=8) %!d(string=hai) anos
config.h 0bd453b527 Merge pull request #2047 from seebs/seebs/ergodox_brightness %!s(int64=8) %!d(string=hai) anos
ergodox_ez.c 0bd453b527 Merge pull request #2047 from seebs/seebs/ergodox_brightness %!s(int64=8) %!d(string=hai) anos
ergodox_ez.h 534cd9d45e Make brightness easier to change %!s(int64=8) %!d(string=hai) anos
i2cmaster.h d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) %!s(int64=8) %!d(string=hai) anos
matrix.c d1feb8744a Don't "unselect" left-hand rows %!s(int64=8) %!d(string=hai) anos
readme.md 39d3d92364 Allow multiple process_record() calls per scan %!s(int64=8) %!d(string=hai) anos
rules.mk 9fdc276260 Updates bootloader settings, adds file size check (#2029) %!s(int64=8) %!d(string=hai) anos
twimaster.c d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) %!s(int64=8) %!d(string=hai) anos

readme.md

ErgoDox EZ

The Ez uses the Teensy Loader.

Linux users need to modify udev rules as described on the Teensy Linux page. Some distributions provide a binary, maybe called teensy-loader-cli.

To flash the firmware:

  • Build the firmware with make keymapname, for example make default
  • This will result in a hex file called ergodox_ez_keymapname.hex, e.g. ergodox_ez_default.hex

  • Start the teensy loader.

  • Load the .hex file into it.

  • Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder.

  • Click the button in the Teensy app to download the firmware.

To flash with ´teensy-loader-cli´:

  • Build the firmware with make keymapname, for example make default

  • Run ´teensy_loader_cli -mmcu=atmega32u4 -w ergodoxez.hex´

  • Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder.

  • Settings

    You may want to enable QMK_KEYS_PER_SCAN because the Ergodox has a relatively slow scan rate.