summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/sethbc/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* GH60 Refactor: Move Satan into GH60 directory (#6485)MechMerlin2019-08-041-85/+0
| | | | | | | | * Move Satan into the GH60 directory to avoid the confusion of what PCB people have * set bootmagic to lite * rename gh60 file to revc
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-3/+0
|
* Satan refactor and Configurator support (#3305)noroadsleft2018-07-041-18/+21
| | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
* oops, fixed inverted if statementSeth Chandler2016-11-131-6/+6
|
* update sethbc keymapSeth Chandler2016-11-121-1/+1
|
* update sethbc keymapSeth Chandler2016-07-231-10/+13
|
* Create keycodes for RGB control functionsTerryMathews2016-07-071-70/+3
| | | | | | | | | | | | | Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
* add HHKB support to satan (#470)Seth Chandler2016-07-011-0/+149
* add HHKB support * fix indentation