aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps/jeherve/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Redox: move curly brackets one row down. (#4364)Jeremy Herve2018-11-051-7/+7
| | | In #4258, the 2 curly brackets were inadvertently moved one row up. This fixes that.
* Keyboard: Redox keymaps refactoring (#4258)Mattia Dal Ben2018-10-271-102/+77
| | | | | | | | | | | | | | | | | | | | | | | | * Reconfigured keymap macro to resemble physical layout * Updated italian keymap * Added RGB controls * Updated default keymap * Updated german layout * Updated jeherve keymap * Changed include guards to pragmas * Changed include guards to pragmas in keymaps * Update readme * Fixed unused include * Fixed indentation
* Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861)Jeremy Herve2018-09-101-0/+282
* Add my own keymap to the list of available Redox keymaps. This keymap is a Colemak keymap, and is meant to be used on Mac OS. More information can be found in the readme. * Fix "macOS" typo and remove mention of the license. This directory inherits the project's license. * Add missing custom keycode. * Address feedback from PR review - Remove deprecated code - Remove RGB logic since it is overwritten by code running later.