drashna b79a4cfeba Updated personal keymaps (#1945) il y a 8 ans
..
keymaps b79a4cfeba Updated personal keymaps (#1945) il y a 8 ans
util d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans
190hotfix.sh d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans
config.h d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans
ergodox_ez.c 364aeeec53 implement ergodox_left_leds_update in ergodox_ez il y a 8 ans
ergodox_ez.h bcfba27101 add initial support for left leds on an ergodox ez il y a 8 ans
i2cmaster.h d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans
matrix.c 2e3b99f7f1 update left led support il y a 8 ans
readme.md d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans
rules.mk 0bb457e573 document how to define LEFT_LEDS and how that hack is done il y a 8 ans
twimaster.c d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609) il y a 8 ans

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.