aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/color.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel2020-08-291-3/+23
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-3/+3
* Use White channel on RGBW LEDs (#7678)Drashna Jaelre2019-12-311-0/+14
* Smoother Linear Light Table (#6764)XScorpion22019-09-181-6/+4
* clang-format changesskullY2019-08-301-61/+56
* Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)XScorpion22019-05-191-0/+4
* Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739)XScorpion22019-05-011-4/+5
* RGB Matrix Overhaul (#5372)XScorpion22019-04-021-0/+2
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-081-0/+87