Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// If the pin is high, then the controller assumes it is the left hand, and if it’s low, it’s assumed to be the right side.
|
||||
#define SPLIT_HAND_PIN C15
|
||||
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_TX_PIN B6
|
||||
#define SERIAL_USART_RX_PIN B7
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "C15"
|
||||
},
|
||||
"serial": {
|
||||
"driver": "usart"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user