drashna
9987f9dcff
* initial commit for my custom layout * fix switching into and out of numfun layer * enable tap dance to lock layers * enable layer indicator LEDs * remove Colemak2 layer because it was dumb * remove handler for nonexistent keycode * add new movement keys to lower layer * standardize indentation because I'm not a monster * add Woodpad keyboard with Michael's Tryggve layout * Add dvorak/colemak layers * add hash * Update keymap.c * Fixed OSL Symbol layer layout issue * Minor later tweak * Clean up actions * Diablo 3 macro keys remove * Fixed numbad issues * Remove Underglow toggle * Fix layer consistency * cleanup of code * line feed * small fixes * Major merge * Merge cleanup on my keymap * Cleanup * Update compile command * Swapped arrows * Additional cleanup * Revert "Woodpad" * update * minor update * staging for pull request * Finish removing layer underglow toggles |
7 years ago | |
---|---|---|
.. | ||
keymaps | Update drashna's keymap (#1649) | 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 |
Makefile | 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 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
ergodox_ez.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
i2cmaster.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
matrix.c | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
readme.md | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
rules.mk | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 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.