Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B9
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define RGBLED_NUM 87
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x8889",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B9"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A4", "A5", "A6", "A7", "B0", "B1", "B10", "B11", "B12", "B13", "B14", "B15", "A8", "A9", "A10", "A15", "B3"],
|
||||
"rows": ["C14", "C15", "A0", "A1", "A2", "A3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue