Move RGBLED_SPLIT to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#define MASTER_LEFT
|
||||
//#define MASTER_RIGHT
|
||||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLED_SPLIT { 8, 8 }
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"split": {
|
||||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#define MASTER_LEFT
|
||||
//#define MASTER_RIGHT
|
||||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLED_SPLIT { 8, 8 }
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"split": {
|
||||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user