aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.h
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Updates to ZSA boards (#6513)Drashna Jaelre2019-08-211-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Layer functions to use layer_state_t in ZSA Boards * Update Music Mask for ZSA boards Fixes an issue with the board getting stuck on Adjust layer when activating music mode * Add Support for SMART LED Toggle to Planck EZ * Add support for SMART LED toggle in Ergodox EZ * Ifdef swiss cheeze for Oryx Configurator * Documentation and updates * Add Oryx Keymap * Add option to configure the layers for the Layer Indicator * Update keymap with better examples * Make sure eeprom is initialized before reading from it * Force flush of LED matrix when suspending board This fixes an issue where the LEDs don't fully clear sometimes when the host system goes to sleep * Enable RGB Sleeping by default * Add clarification about planck ez led layer config
* Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman2018-07-031-2/+3
|\ | | | | Adds I2C timeout and return values, adds support for future RGB Ergodox EZ
| * adds immediate i2c return, fixes ez matrix codeJack Humbert2018-06-231-0/+1
| |
| * refactor, non-workingJack Humbert2018-06-221-1/+1
| |
| * i2c fixJack Humbert2018-05-151-1/+1
| |
* | Fixed no-op ifndef for ergodox ez (#3189)Alex Malott2018-06-151-1/+1
| |
* | Ergodox EZ refactor (#3171)noroadsleft2018-06-121-31/+30
|/ | | | | | | | | | * 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-211-0/+2
| | | | | | | | | | * 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-201-0/+61
|
* Make brightness easier to changeSeebs2017-11-231-0/+4
| | | | | | 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-271-0/+24
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-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
* Initial structure for Ergodox as subprojectsFred Sundvik2016-07-291-122/+0
| | | | Only the EZ default keymaps compiles at the moment though.
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-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
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+127
* fixes from tmk's repo * rename keyboard to keyboards