forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SPLIT_HAND_PIN GP4
|
||||
|
||||
#define USB_VBUS_PIN GP8
|
||||
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "GP4"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["GP27", "GP28", "GP3", "GP6", "GP29", "GP16"],
|
||||
|
||||
Reference in New Issue
Block a user