aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/default/keymap.c
AgeCommit message (Collapse)Author
2020-05-28Keyboards/zsa updates (#9214)Gravatar Drashna Jaelre
2019-11-21[Keyboard] Update default keymaps to use `layer_state_t` (#7444)Gravatar Drashna Jaelre
* Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
2019-08-30Remove KC_DELT alias in favor of KC_DEL (#6327)Gravatar Konstantin Đorđević
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
2019-08-21[Keyboard] Updates to ZSA boards (#6513)Gravatar Drashna Jaelre
* 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
2019-02-14Migrate fn_actions for default keymaps (#4935)Gravatar fauxpark
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
2018-12-04Keymap: Ergodox EZ: Clean Up Keymap Array Alignment (#4545)Gravatar Alex Mayer
Remove layer name comments, they are above the visual layout Remove comments explaining things that are documented in qmk docs
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