summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/ergodox_ez.h
Commit message (Collapse)AuthorAge
* Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman2018-07-03
|\ | | | | Adds I2C timeout and return values, adds support for future RGB Ergodox EZ
| * adds immediate i2c return, fixes ez matrix codeJack Humbert2018-06-23
| |
| * refactor, non-workingJack Humbert2018-06-22
| |
| * i2c fixJack Humbert2018-05-15
| |
* | Fixed no-op ifndef for ergodox ez (#3189)Alex Malott2018-06-15
| |
* | Ergodox EZ refactor (#3171)noroadsleft2018-06-12
|/ | | | | | | | | | * Refactor matrices and keymaps * Fixes for @ericgebhart keymap * Deleted macro aliases * ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
* Add pretty layout to all ergodox clones (#2686)Drashna Jaelre2018-04-21
| | | | | | | | | | * Add pretty layout to all ergodox clones * Info.json cleanup for EZ * Add info.json for ergodone * info.json cleanup
* Add Pretty Keymaps to Ergodox EZU-LANDSRAAD\drashna2018-03-20
|
* Make brightness easier to changeSeebs2017-11-23
| | | | | | Don't make the #defines unconditional, make them optional so users can override them with per-keymap settings more easily.
* add initial support for left leds on an ergodox ezDon Armstrong2017-10-27
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Initial structure for Ergodox as subprojectsFred Sundvik2016-07-29
| | | | Only the EZ default keymaps compiles at the moment though.
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-23
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-21
* fixes from tmk's repo * rename keyboard to keyboards