forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// `SPLIT_HAND_PIN` can currently be defined in `info.json`,
|
||||
// but can't yet be given a value
|
||||
#define SPLIT_HAND_PIN F4
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X32
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "F4"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
|
||||
Reference in New Issue
Block a user