summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps/jeherve/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-151-1/+0
|
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-4/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Redox custom keymap (jeherve): updates to deprecated code and bugfixes (#12738)Jeremy Herve2021-05-141-1/+9
| | | Co-authored-by: Drashna Jael're <drashna@live.com>
* Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488)Mattia Dal Ben2018-11-271-3/+1
| | | | | | | | | | | | | | * Set serial as default for Redox * Updated rules.mk file * Removed unused rule Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com> * Removed unused rule Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
* Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861)Jeremy Herve2018-09-101-0/+40
* 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.