diff options
author | Joel Challis <git@zvecr.com> | 2019-12-16 20:27:53 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-16 12:27:53 -0800 |
commit | ae40fc498b185d3d23908780a3d3425eb5ff05b5 (patch) | |
tree | 56d13173bdd6fae4faf4e88eb4c55a692c5878d2 /keyboards | |
parent | 0082ecf1f3328eb45a865bf50d3f44ca632d9f7b (diff) | |
download | qmk_firmware-ae40fc498b185d3d23908780a3d3425eb5ff05b5.tar.gz qmk_firmware-ae40fc498b185d3d23908780a3d3425eb5ff05b5.zip |
Relocate RGB keycode processing (#7508)
* Move rgb keycode logic to process_keycode
* Fixes for rgb matrix
* Fixes for mxss
* Fix inc/dec logic, add comments
* Fix return RAINBOW_SWIRL logic
* stop external use of rgb helper functions
* merge fix
* Fix 'defined but not used' when all animations are disabled
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/mxss/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/mxss/rules.mk b/keyboards/mxss/rules.mk index 7df8517583..f9210319e3 100644 --- a/keyboards/mxss/rules.mk +++ b/keyboards/mxss/rules.mk @@ -32,6 +32,7 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches # Remove the common RGB light code and use my iteration instead OPT_DEFS += -DRGBLIGHT_ENABLE +SRC += $(QUANTUM_DIR)/process_keycode/process_rgb.c SRC += rgblight.c SRC += ws2812.c CIE1931_CURVE = yes |