Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
@@ -36,11 +36,7 @@
|
||||
|
||||
#define MATRIX_IO_DELAY 5
|
||||
|
||||
/*
|
||||
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
|
||||
*/
|
||||
#define SPLIT_HAND_PIN B9
|
||||
#define SOFT_SERIAL_PIN B6
|
||||
//#define SELECT_SOFT_SERIAL_SPEED 0
|
||||
#define SERIAL_USART_SPEED 921600
|
||||
|
||||
|
@@ -9,6 +9,7 @@
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "B6",
|
||||
"bootmagic": {
|
||||
"matrix": [4, 0]
|
||||
}
|
||||
|
Reference in New Issue
Block a user