Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B3
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x7502",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C7", "C6", "B6", "B5", "B4", "D7", "D4", "D6", "F7", "F6", "E6", "F0", "F1", "F4", "F5"],
|
||||
"rows": ["B7", "D0", "D1", "D2", "D3", "D5"]
|
||||
|
Reference in New Issue
Block a user