Move RGBLIGHT_SPLIT
to data driven (#21190)
* Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
This commit is contained in:
parent
c011eb1ead
commit
e8ca83a353
73 changed files with 25 additions and 67 deletions
|
@ -19,7 +19,6 @@
|
|||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 38
|
||||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"rgblight": {
|
||||
"split": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue