forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -16,7 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SPLIT_HAND_PIN D3
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
@@ -118,6 +118,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B5", "B6"],
|
||||
|
||||
Reference in New Issue
Block a user