1
0

Migrate SPLIT_HAND_PIN to json (#23924)

This commit is contained in:
Joel Challis
2024-07-13 13:29:16 +01:00
committed by GitHub
parent 26e84c513c
commit f0807ea64f
159 changed files with 243 additions and 800 deletions

View File

@@ -3,7 +3,6 @@
#pragma once
#define SPLIT_HAND_PIN GP4
#define USB_VBUS_PIN GP0
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP12

View File

@@ -135,6 +135,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "GP4"
},
"matrix_pins": {
"right": {
"cols": ["GP29", "GP28", "GP2", "GP27", "GP18", "GP7"],