summaryrefslogtreecommitdiff
path: root/quantum/color.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-12Rename RGB and HSV structs (#24471)Ryan1-4/+4
2024-10-06WS2812 API rework (#24364)Ryan1-11/+0
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan1-1/+1
2023-09-04Clean up RGB LED type (#21859)Ryan1-1/+1
2023-03-23Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis1-3/+1
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+3
2020-08-29Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel1-3/+23
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis1-3/+3
2019-12-31Use White channel on RGBW LEDs (#7678)Drashna Jaelre1-0/+14
2019-09-18Smoother Linear Light Table (#6764)XScorpion21-6/+4
2019-08-30clang-format changesskullY1-61/+56
2019-05-19Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)XScorpion21-0/+4
2019-05-01Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739)XScorpion21-4/+5
2019-04-02RGB Matrix Overhaul (#5372)XScorpion21-0/+2
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-0/+87