summaryrefslogtreecommitdiffstats
path: root/quantum/color.h
Commit message (Expand)AuthorAgeFilesLines
* fixed typo in orange HSV colors decalartion (#15976)Ryan Hausen2022-01-221-1/+1
* Relocate RGB/HSV color defs to a more fitting place (#13377)Ryan2021-06-291-0/+54
* Add BGR byte order for WS2812 drivers (#11562)kb-elmo2021-01-161-0/+9
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-261-3/+1
* add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch2020-12-061-1/+19
* Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel2020-08-291-0/+1
* Use White channel on RGBW LEDs (#7678)Drashna Jaelre2019-12-311-1/+3
* clang-format changesskullY2019-08-301-25/+20
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-041-2/+20
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-081-0/+55