summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_rgb.h
Commit message (Collapse)AuthorAgeFilesLines
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-1/+3
|
* Relocate RGB keycode processing (#7508)Joel Challis2019-12-161-0/+20
* 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