Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// Underglow LED settings
|
||||
|
||||
#define RGBLED_NUM 10
|
||||
|
||||
// Thumbstick settings
|
||||
#define ANALOG_JOYSTICK_X_AXIS_PIN B5
|
||||
#define ANALOG_JOYSTICK_Y_AXIS_PIN B6
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"pid": "0x0000",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 10
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user