Pavlos Vinieratos
b68d8fe82e
* trying to make my global keymap * refactoring the old keymap using userspace * getting there * move readme and remove community layout * use pragma once instead of ifndefs * just make iris work * iris decent * better naming * add some modifiers on the home row * use symbol and sysctl layers * fix up * a bit faster * add < and > on symbol layer * apparently im not using z all that much.. * okok * fix up stuff * led init is back * bring back led indicators * Update keyboards/ergotravel/keymaps/pvinis/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * not needed * not needed * delete these for now, until I use the userspace code * remove katamari from here. made a new pr for it * lower case * drashna suggestion :) * move files to correct place * fix missing command |
6 years ago | |
---|---|---|
.. | ||
keymaps | [Keymap] Pvinis master (#5843) | 6 years ago |
util | Remove empty fn_actions[] | 6 years ago |
190hotfix.sh | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
config.h | Cleanup/rgb matrix (#5811) | 6 years ago |
ergodox_ez.c | rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) | 6 years ago |
ergodox_ez.h | Merge pull request #3229 from qmk/hf/shinydox | 6 years ago |
info.json | Fix Ergodox EZ keyboard dimensions in info.json | 6 years ago |
matrix.c | ergodox_ez: fixed bug where debounce() was called without calculating changed (#5589) | 6 years ago |
readme.md | Syntax update (#2660) | 7 years ago |
rules.mk | Eager Per Row Debouncing added (added to Ergodox) (#5498) | 6 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 <keyboardname>:<keymapname>
, for examplemake ergodox_ez: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 corner.
-
Click the button in the Teensy app to download the firmware.
See also video demonstration using Teensy in auto mode.
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.
Settings
You may want to enable QMK_KEYS_PER_SCAN because the Ergodox has a relatively slow scan rate.