lucwastiaux dd60038eeb Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997) vor 7 Jahren
..
keymaps dd60038eeb Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997) vor 7 Jahren
util d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 7 Jahren
190hotfix.sh d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 7 Jahren
config.h fd1a0d6753 disables Shine LED layer indication for now vor 7 Jahren
ergodox_ez.c 364aeeec53 implement ergodox_left_leds_update in ergodox_ez vor 7 Jahren
ergodox_ez.h bcfba27101 add initial support for left leds on an ergodox ez vor 7 Jahren
i2cmaster.h d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 7 Jahren
matrix.c 2e3b99f7f1 update left led support vor 7 Jahren
readme.md d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 7 Jahren
rules.mk 0bb457e573 document how to define LEFT_LEDS and how that hack is done vor 7 Jahren
twimaster.c d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) vor 7 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 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.