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
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue