Move RGBLED_NUM
to data driven (#21278)
This commit is contained in:
parent
7178645be7
commit
b1783db4ea
2160 changed files with 2194 additions and 2058 deletions
|
@ -21,7 +21,6 @@
|
|||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 19
|
||||
|
||||
#define RGBLED_NUM 9
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"pin": "B5",
|
||||
"levels": 10
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 9
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "C7"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue