diff options
| author | Joel Challis | 2024-07-13 14:29:16 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-13 14:29:16 +0200 |
| commit | f0807ea64f97c5d2af856d987a7a5088676b38ad (patch) | |
| tree | 3a4ded3b045027e390eb64edb89f91c8d679bf0e /keyboards/phoenix/keyboard.json | |
| parent | 26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (diff) | |
Migrate SPLIT_HAND_PIN to json (#23924)
Diffstat (limited to 'keyboards/phoenix/keyboard.json')
| -rw-r--r-- | keyboards/phoenix/keyboard.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/phoenix/keyboard.json b/keyboards/phoenix/keyboard.json index 405b0ffd0a..ff13389245 100644 --- a/keyboards/phoenix/keyboard.json +++ b/keyboards/phoenix/keyboard.json @@ -30,10 +30,13 @@ "diode_direction": "ROW2COL", "split": { "enabled": true, - "soft_serial_pin": "A9", + "handedness": { + "pin": "B9" + }, "serial": { "driver": "usart" - } + }, + "soft_serial_pin": "A9" }, "processor": "STM32F401", "bootloader": "stm32-dfu", |