Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -16,9 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// `SPLIT_HAND_PIN` can currently be defined in `info.json`,
|
||||
// but can't yet be given a value
|
||||
#define SPLIT_HAND_PIN B5
|
||||
|
||||
#define OLED_DISPLAY_128X64
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
@@ -109,6 +109,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
|
||||
Reference in New Issue
Block a user