forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#pragma once
|
||||
|
||||
/* Split configuration */
|
||||
#define SPLIT_HAND_PIN GP21
|
||||
#define USB_VBUS_PIN GP29
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_TX_PIN GP0
|
||||
|
||||
@@ -175,6 +175,9 @@
|
||||
"bootmagic": {
|
||||
"matrix": [6, 0]
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "GP21"
|
||||
},
|
||||
"enabled": true,
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
|
||||
Reference in New Issue
Block a user