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:
parent
c7583d181a
commit
066818f5f9
4 changed files with 210 additions and 95 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "rgb_matrix_types.h"
|
||||
#include "color.h"
|
||||
#include "quantum.h"
|
||||
#include "rgblight_list.h"
|
||||
|
||||
#ifdef IS31FL3731
|
||||
#include "is31fl3731.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue