summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-03Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman1-2/+3
Adds I2C timeout and return values, adds support for future RGB Ergodox EZ
2018-06-23adds immediate i2c return, fixes ez matrix codeJack Humbert1-0/+1
2018-06-23refactor, non-workingJack Humbert1-1/+1
2018-06-16Fixed no-op ifndef for ergodox ez (#3189)Alex Malott1-1/+1
2018-06-13Ergodox EZ refactor (#3171)noroadsleft1-31/+30
* Refactor matrices and keymaps * Fixes for @ericgebhart keymap * Deleted macro aliases * ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
2018-05-16i2c fixJack Humbert1-1/+1
2018-04-21Add pretty layout to all ergodox clones (#2686)Drashna Jaelre1-0/+2
* Add pretty layout to all ergodox clones * Info.json cleanup for EZ * Add info.json for ergodone * info.json cleanup
2018-03-21Add Pretty Keymaps to Ergodox EZU-LANDSRAAD\drashna1-0/+61
2017-11-23Make brightness easier to changeSeebs1-0/+4
Don't make the #defines unconditional, make them optional so users can override them with per-keymap settings more easily.
2017-10-27add initial support for left leds on an ergodox ezDon Armstrong1-0/+24
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-0/+165
* 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
2016-07-29Initial structure for Ergodox as subprojectsFred Sundvik1-122/+0
Only the EZ default keymaps compiles at the moment though.
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-5/+0
* 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
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-0/+127
* fixes from tmk's repo * rename keyboard to keyboards