Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_ROW_PINS { F5, F6, F7, D7, B5, F5, F6, F7, D7, B5 }
|
||||
#define MATRIX_COL_PINS { B4, E6, C6, B6, B2 }
|
||||
|
||||
#define RGBLED_NUM 10
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 10,
|
||||
"sleep": true,
|
||||
"split_count": [5, 5]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user