From 01e4a475dfff472aae9f0d38d81dc08de720dfe8 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Fri, 21 Mar 2025 21:31:49 +0000 Subject: [PATCH] `soft_serial_pin` to `serial.pin` --- keyboards/handwired/dactyl_manuform_carbonfet/info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_manuform_carbonfet/info.json b/keyboards/handwired/dactyl_manuform_carbonfet/info.json index 9d0b92ad5e8..f19c3b4d802 100644 --- a/keyboards/handwired/dactyl_manuform_carbonfet/info.json +++ b/keyboards/handwired/dactyl_manuform_carbonfet/info.json @@ -9,7 +9,9 @@ "diode_direction": "COL2ROW", "split": { "enabled": true, - "soft_serial_pin": "D0" + "serial": { + "pin": "D0" + } }, "features": { "bootmagic": true,