aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/sethbc
AgeCommit message (Collapse)Author
2016-11-13oops, fixed inverted if statementGravatar Seth Chandler
2016-11-12update sethbc keymapGravatar Seth Chandler
2016-07-23update sethbc keymapGravatar Seth Chandler
2016-07-16add custom makefile for sethbc keymapGravatar Seth Chandler
2016-07-07Create keycodes for RGB control functionsGravatar TerryMathews
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)
2016-07-01add HHKB support to satan (#470)Gravatar Seth Chandler
* add HHKB support * fix indentation