Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
/* RGB options */
|
||||
# define RGBLED_NUM 16
|
||||
# define RGBLIGHT_HUE_STEP 8
|
||||
# define RGBLIGHT_SAT_STEP 8
|
||||
# define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"sleep": true,
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
/* RGB options */
|
||||
# define RGBLED_NUM 16
|
||||
# define RGBLIGHT_HUE_STEP 8
|
||||
# define RGBLIGHT_SAT_STEP 8
|
||||
# define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"sleep": true,
|
||||
"split_count": [8, 8]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user