Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -21,6 +21,3 @@
|
||||
#define USE_I2C
|
||||
|
||||
#define SPLIT_HAND_PIN F6
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN D3
|
||||
|
@@ -7,6 +7,9 @@
|
||||
"split": {
|
||||
"soft_serial_pin": "D1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
}
|
||||
|
@@ -22,8 +22,5 @@
|
||||
|
||||
#define SPLIT_HAND_PIN F0
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN D3
|
||||
|
||||
// teensy has vbus detection issues - use usb detection instead
|
||||
#define SPLIT_USB_DETECT
|
||||
|
@@ -7,6 +7,9 @@
|
||||
"split": {
|
||||
"soft_serial_pin": "D1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "halfkay"
|
||||
}
|
||||
|
Reference in New Issue
Block a user