Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
parent
7178645be7
commit
b1783db4ea
2160 changed files with 2194 additions and 2058 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue