From bcfe3a071851f4c8bd06928014dd9c744fdb5e80 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 23 Jul 2024 15:49:11 +0100 Subject: Migrate split.soft_serial_pin to split.serial.pin H-O (#24185) --- keyboards/hillside/46/0_1/keyboard.json | 4 +++- keyboards/hillside/48/0_1/keyboard.json | 4 +++- keyboards/hillside/52/0_1/keyboard.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'keyboards/hillside') diff --git a/keyboards/hillside/46/0_1/keyboard.json b/keyboards/hillside/46/0_1/keyboard.json index 7cb7150f3f..663eeb25f4 100644 --- a/keyboards/hillside/46/0_1/keyboard.json +++ b/keyboards/hillside/46/0_1/keyboard.json @@ -26,13 +26,15 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D2", "encoder": { "right": { "rotary": [ {"pin_a": "F4", "pin_b": "F5"} ] } + }, + "serial": { + "pin": "D2" } }, "rgblight": { diff --git a/keyboards/hillside/48/0_1/keyboard.json b/keyboards/hillside/48/0_1/keyboard.json index b640bc0cbf..4dd2e01361 100644 --- a/keyboards/hillside/48/0_1/keyboard.json +++ b/keyboards/hillside/48/0_1/keyboard.json @@ -26,13 +26,15 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D2", "encoder": { "right": { "rotary": [ {"pin_a": "F4", "pin_b": "F5"} ] } + }, + "serial": { + "pin": "D2" } }, "rgblight": { diff --git a/keyboards/hillside/52/0_1/keyboard.json b/keyboards/hillside/52/0_1/keyboard.json index 0949fa9bb8..c8db3917d6 100644 --- a/keyboards/hillside/52/0_1/keyboard.json +++ b/keyboards/hillside/52/0_1/keyboard.json @@ -26,13 +26,15 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D2", "encoder": { "right": { "rotary": [ {"pin_a": "F4", "pin_b": "F5"} ] } + }, + "serial": { + "pin": "D2" } }, "rgblight": { -- cgit v1.2.3