Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
@@ -23,9 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D2
|
||||
|
||||
/* Select hand configuration */
|
||||
//#define EE_HANDS
|
||||
#define MASTER_LEFT
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xEC17",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
@@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D2
|
||||
|
||||
/* Select hand configuration */
|
||||
//#define EE_HANDS
|
||||
#define MASTER_LEFT
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xEC15",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user