forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -16,5 +16,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SPLIT_HAND_PIN B5
|
||||
#define USE_I2C
|
||||
|
||||
@@ -15,7 +15,10 @@
|
||||
"command": true
|
||||
},
|
||||
"split": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "B5"
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
|
||||
|
||||
Reference in New Issue
Block a user