Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 54 // Number of LEDs
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 54,
|
||||
"max_brightness": 120,
|
||||
"split_count": [27, 27]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user