|
|
il y a 8 ans | |
|---|---|---|
| .. | ||
| keymaps | il y a 8 ans | |
| util | il y a 8 ans | |
| 190hotfix.sh | il y a 8 ans | |
| config.h | il y a 8 ans | |
| ergodox_ez.c | il y a 8 ans | |
| ergodox_ez.h | il y a 8 ans | |
| i2cmaster.h | il y a 8 ans | |
| matrix.c | il y a 8 ans | |
| readme.md | il y a 8 ans | |
| rules.mk | il y a 8 ans | |
| twimaster.c | il y a 8 ans | |
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:
make keymapname, for example make defaultThis 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.
You may want to enable QMK_KEYS_PER_SCAN because the Ergodox has a relatively slow scan rate.