Move RGBLED_SPLIT to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user