Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
#define SPLIT_HAND_PIN GP29
|
||||
#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 // Per-key.
|
||||
// #define RGB_DI_PIN GP10 // Underglow.
|
||||
|
@@ -4,6 +4,9 @@
|
||||
"device_version": "2.0.0",
|
||||
"pid": "0x1835"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "GP1"
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040",
|
||||
"community_layouts": ["split_3x5_3"],
|
||||
|
Reference in New Issue
Block a user