aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/default/keymap.c
AgeCommit message (Collapse)Author
2018-11-27Ergodox EZ: Clean Up process_record_user FunctionGravatar Alex Mayer
Set ERPM = SAFE_RANGE
2018-11-27Ergodox EZ: Remove Unused Code From KeymapGravatar Alex Mayer
2018-11-18Fix i2c_master.d listed more than once warningGravatar Drashna Jaelre
2018-10-20Ergodox EZ: Use Correct Const For LED ColorGravatar Alex Mayer
2018-01-25Fix compilation error when RGB light is disabledGravatar Greizgh
2017-11-06Fix RGBLIGHT startup color (#1975)Gravatar drashna
* Fix RGBLIGHT startup color While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code.... The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup. So the default layer color won't ever get set on startup. It needs to be called in the init function to be properly set. I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function. * Removed typo (pipe)
2017-11-06adds indication up to layer 7Gravatar Erez Zukerman
2017-11-06restore default mode/color if no 0 colorGravatar Jack Humbert
2017-11-06adds per-layer rgb color option to ezGravatar Jack Humbert
2017-10-05[cleanup] consistent 2 space indentationGravatar Campbell Barton
Was mixed between 2&4
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Gravatar Jack Humbert
* 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 subprojectsGravatar Fred Sundvik
Only the EZ default keymaps compiles at the moment though.
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards