drashna
b79a4cfeba
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others * Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts * Made "make" keystroke universal * Clean up and updates of drashna keymaps * Add workman layer to planck * Update to keymaps * Fix accidental commit because I don't know how to git * Fix makefile toggle code in ez keymap Finish adding RGB code to orthodox * missing underscore in init function declaration * Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function * Remove unnecessary planck layout |
7 years ago | |
---|---|---|
.. | ||
keymaps | Updated personal keymaps (#1945) | 7 years ago |
util | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
190hotfix.sh | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
config.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
ergodox_ez.c | implement ergodox_left_leds_update in ergodox_ez | 7 years ago |
ergodox_ez.h | add initial support for left leds on an ergodox ez | 7 years ago |
i2cmaster.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
matrix.c | update left led support | 7 years ago |
readme.md | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
rules.mk | document how to define LEFT_LEDS and how that hack is done | 7 years ago |
twimaster.c | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
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 examplemake 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 examplemake default
-
Run ´<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_.hex´
-
Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder.