1
0
Fork 0

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:
Ryan 2023-06-15 22:27:26 +10:00 committed by GitHub
parent c011eb1ead
commit e8ca83a353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 25 additions and 67 deletions

View file

@ -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

View file

@ -19,6 +19,9 @@
"ws2812": {
"pin": "D2"
},
"rgblight": {
"split": true
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {