Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define RGBLED_NUM 16 // Number of LEDs
|
||||
|
||||
// Set 65% column (option 1) and Macro (option 2) on by default
|
||||
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x60
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
Reference in New Issue
Block a user