summaryrefslogtreecommitdiffstats
path: root/keyboards/phantom/keymaps/rgbmod/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Phantom refactor (#10805)Ryan2020-11-021-51/+20
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-3/+0
|
* Phantom refactor and Configurator update (#3285)noroadsleft2018-07-011-3/+3
| | | | | | | | | | | | * Matrix refactor * Keymap refactor * Add iso_uk keymap * Configurator update * Add LAYOUTS = tkl_ansi tkl_iso to rules.mk
* Adjust Phantom for standard PCBMathias Andersson2017-06-231-0/+77
The previous default configuration and keymap was made for a Phantom modified with RGB underlight. This commit makes the default more in line with the "official" configurations provided by the PCB. The previous default have been moved to a separate keymap named `rgbmod`. It has also been updated to better match the template keymap.