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

@@ -16,5 +16,4 @@
#pragma once
#define SPLIT_HAND_PIN B5
#define USE_I2C

View File

@@ -15,7 +15,10 @@
"command": true
},
"split": {
"enabled": true
"enabled": true,
"handedness": {
"pin": "B5"
}
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],