From a3b2ffd9d7e593aee22961b28ca36fd2dbb7d293 Mon Sep 17 00:00:00 2001 From: Nikolai Grigoriev <2364632+ngrigoriev@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:52:21 -0400 Subject: [PATCH] add the side detection based on USB connection --- keyboards/handwired/dactyl_manuform/5x7_2_6/keyboard.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_manuform/5x7_2_6/keyboard.json b/keyboards/handwired/dactyl_manuform/5x7_2_6/keyboard.json index 3cf5e74fda4..046d648b054 100644 --- a/keyboards/handwired/dactyl_manuform/5x7_2_6/keyboard.json +++ b/keyboards/handwired/dactyl_manuform/5x7_2_6/keyboard.json @@ -29,9 +29,11 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D0", "transport": { "protocol": "i2c" + }, + "usb_detect": { + "enabled": true } }, "url": "https://github.com/ngrigoriev/dactyl-manuform-5x7_2_6",