summaryrefslogtreecommitdiff
path: root/quantum/color.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-12Rename RGB and HSV structs (#24471)Ryan1-7/+12
2024-10-06WS2812 API rework (#24364)Ryan1-24/+0
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan1-2/+2
2023-09-20Move `PACKED` define to util.h (#22074)Ryan1-14/+1
2023-09-04Clean up RGB LED type (#21859)Ryan1-29/+8
2022-01-22fixed typo in orange HSV colors decalartion (#15976)Ryan Hausen1-1/+1
2021-06-29Relocate RGB/HSV color defs to a more fitting place (#13377)Ryan1-0/+54
2021-01-16Add BGR byte order for WS2812 drivers (#11562)kb-elmo1-0/+9
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan1-3/+1
2020-12-06add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch1-1/+19
2020-08-29Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel1-0/+1
2019-12-31Use White channel on RGBW LEDs (#7678)Drashna Jaelre1-1/+3
2019-08-30clang-format changesskullY1-25/+20
2019-06-04Moving rgb typedefs into a single location (#5978)XScorpion21-2/+20
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-0/+55