Move RGBLED_SPLIT
to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
f91ca76c78
commit
c9cf9712aa
233 changed files with 309 additions and 191 deletions
|
@ -59,7 +59,6 @@
|
|||
|
||||
/* Optional SMT LED pins */
|
||||
#define RGBLED_NUM 10
|
||||
#define RGBLED_SPLIT { 5, 5 }
|
||||
#define RGBLIGHT_LED_MAP { 8, 9, 0, 1, 2, 6, 7, 3, 4, 5 }
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
"pid": "0x6063",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"split_count": [5, 5]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue