Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -44,9 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define RGBLED_NUM 28 // Number of LEDs
|
||||
|
||||
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
||||
/*
|
||||
|
@@ -19,6 +19,9 @@
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 120
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D0",
|
||||
"bootmagic": {
|
||||
|
Reference in New Issue
Block a user