1
0
Fork 0

Define RGB colors (#5300)

* Define RGB colors

Define RGB colors and pass them to the rgblight functions, instead of
defining multiple macros.

* Add new color definitions support for RGB Matrix

* Add/clarify info about new color definitions in Docs

* Add deprecation warning banner to rgblight_list.h
This commit is contained in:
Erovia 2019-04-22 17:26:41 +02:00 committed by MechMerlin
parent c7583d181a
commit 066818f5f9
4 changed files with 210 additions and 95 deletions

View file

@ -24,6 +24,7 @@
#include "rgb_matrix_types.h"
#include "color.h"
#include "quantum.h"
#include "rgblight_list.h"
#ifdef IS31FL3731
#include "is31fl3731.h"