Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
|
||||
#define RGBLIGHT_DEFAULT_HUE 213
|
||||
|
||||
#define RGBLED_NUM 16
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"pin": "B15"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"max_brightness": 128,
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user