Jack Humbert 998ddbb122 Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox vor 7 Jahren
..
keymaps 984621835d Keyboard that works on Qwerty or Bepo OS keyboards. (#3149) vor 7 Jahren
util d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 8 Jahren
190hotfix.sh d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 8 Jahren
config.h 3d00f38586 a quick attempt vor 7 Jahren
ergodox_ez.c c0095710a7 a failed attempt at hot-plugging vor 7 Jahren
ergodox_ez.h 682555faac i2c fix vor 7 Jahren
i2cmaster.h d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 8 Jahren
info.json 4dc89d974b Fix Ergodox EZ Info.json files (#2979) vor 7 Jahren
matrix.c c0095710a7 a failed attempt at hot-plugging vor 7 Jahren
readme.md 7d08e48c50 Syntax update (#2660) vor 7 Jahren
rules.mk 682555faac i2c fix vor 7 Jahren
twimaster.c d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 8 Jahren

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 <keyboardname>:<keymapname>, for example make ergodox_ez: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 corner.

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

See also video demonstration using Teensy in auto mode.

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.