Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
parent
26e84c513c
commit
f0807ea64f
159 changed files with 243 additions and 800 deletions
|
@ -15,6 +15,5 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#define SPLIT_HAND_PIN B9
|
||||
#define SERIAL_USART_TX_PIN B6
|
||||
#define SERIAL_USART_SPEED 921600
|
||||
|
|
|
@ -63,6 +63,9 @@
|
|||
"bootmagic": {
|
||||
"matrix": [5, 0]
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "B9"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["B0", "A3", "A2", "A1", "B7", "B5"],
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#define SPLIT_HAND_PIN B9
|
||||
#define SERIAL_USART_TX_PIN B6
|
||||
|
||||
#define SERIAL_USART_SPEED 921600
|
||||
|
|
|
@ -56,6 +56,9 @@
|
|||
"bootmagic": {
|
||||
"matrix": [5, 0]
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "B9"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["B0", "A3", "A2", "A1", "B7", "B5"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue