summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/keymaps/default
Commit message (Collapse)AuthorAge
* Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević2019-08-30
| | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog
* [Keyboard] Updates to ZSA boards (#6513)Drashna Jaelre2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Migrate fn_actions for default keymaps (#4935)fauxpark2019-02-14
| | | | | | | | | | | | | | | | * 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
* Keymap: Ergodox EZ: Clean Up Keymap Array Alignment (#4545)Alex Mayer2018-12-04
| | | | Remove layer name comments, they are above the visual layout Remove comments explaining things that are documented in qmk docs
* Ergodox EZ: Clean Up process_record_user FunctionAlex Mayer2018-11-27
| | | | Set ERPM = SAFE_RANGE
* Ergodox EZ: Remove Unused Code From KeymapAlex Mayer2018-11-27
|
* Fix i2c_master.d listed more than once warningDrashna Jaelre2018-11-18
|
* Ergodox EZ: Use Correct Const For LED ColorAlex Mayer2018-10-20
|
* Fix compilation error when RGB light is disabledGreizgh2018-01-25
|
* Fix RGBLIGHT startup color (#1975)drashna2017-11-06
| | | | | | | | | | | | * 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)
* adds indication up to layer 7Erez Zukerman2017-11-06
|
* restore default mode/color if no 0 colorJack Humbert2017-11-06
|
* adds per-layer rgb color option to ezJack Humbert2017-11-06
|
* [cleanup] consistent 2 space indentationCampbell Barton2017-10-05
| | | | Was mixed between 2&4
* 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