Relocate RGB keycode processing (#7508)
authorJoel Challis <git@zvecr.com>
Mon, 16 Dec 2019 20:27:53 +0000 (20:27 +0000)
committerDrashna Jaelre <drashna@live.com>
Mon, 16 Dec 2019 20:27:53 +0000 (12:27 -0800)
commitae40fc498b185d3d23908780a3d3425eb5ff05b5
tree56d13173bdd6fae4faf4e88eb4c55a692c5878d2
parent0082ecf1f3328eb45a865bf50d3f44ca632d9f7b
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
common_features.mk
keyboards/mxss/rules.mk
quantum/process_keycode/process_rgb.c [new file with mode: 0644]
quantum/process_keycode/process_rgb.h [new file with mode: 0644]
quantum/quantum.c
quantum/quantum.h
quantum/rgb_matrix.h