Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
// #define SPLIT_HAND_PIN GP13
|
||||
// #define SPLIT_HAND_PIN_LOW_IS_LEFT // High -> right, Low -> left.
|
||||
|
||||
/* serial.c configuration (for split keyboard). */
|
||||
#define SOFT_SERIAL_PIN GP1
|
||||
|
||||
/* RGB settings. */
|
||||
#define RGB_DI_PIN GP0
|
||||
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "GP1"
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040"
|
||||
}
|
||||
|
Reference in New Issue
Block a user