]> git.donarmstrong.com Git - qmk_firmware.git/commit
Create keycodes for RGB control functions
authorTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 03:34:33 +0000 (23:34 -0400)
committerTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 03:34:33 +0000 (23:34 -0400)
commit50c686587ed49d8079ba1b11d45ceb6a55d6cd4b
tree73bddcd35f632004d615d69725f07ccfd7074007
parente8719e10c4395102f8e252c8377e2f19a18ee74d
Create keycodes for RGB control functions

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)
keyboards/clueboard/keymaps/default/keymap.c
keyboards/clueboard/keymaps/max/keymap.c
keyboards/cluepad/keymaps/default/keymap.c
keyboards/kc60/keymaps/stanleylai/keymap.c
keyboards/kc60/keymaps/ws2812/keymap.c
keyboards/phantom/keymaps/default/keymap.c
keyboards/planck/keymaps/yang/keymap.c
keyboards/satan/keymaps/default/keymap.c
keyboards/satan/keymaps/sethbc/keymap.c
quantum/keymap.h
quantum/quantum.c