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:
@@ -44,8 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define RGBLED_NUM 28 // Number of LEDs
|
||||
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"split": true,
|
||||
"max_brightness": 120
|
||||
},
|
||||
"split": {
|
||||
|
||||
Reference in New Issue
Block a user