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
|
||||
|
||||
/* CRC. */
|
||||
#define CRC8_USE_TABLE
|
||||
#define CRC8_OPTIMIZE_SPEED
|
||||
|
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"keyboard_name": "Dilemma (3x5+2) Assembled",
|
||||
"split": {
|
||||
"soft_serial_pin": "GP1"
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040"
|
||||
}
|
||||
|
Reference in New Issue
Block a user