Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -14,7 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
|
||||
/* RGB light setup*/
|
||||
#define RGB_DI_PIN B5
|
||||
#define RGBLED_NUM 2
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
|
@@ -7,6 +7,9 @@
|
||||
"pid": "0x0E0E",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "B7", "C7"],
|
||||
"rows": ["D6", "B6", "F5"]
|
||||
|
Reference in New Issue
Block a user