summaryrefslogtreecommitdiff
path: root/keyboards/hillside
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-23 15:49:11 +0100
committerGitHub <noreply@github.com>2024-07-23 15:49:11 +0100
commitbcfe3a071851f4c8bd06928014dd9c744fdb5e80 (patch)
tree31feefbcdb86a0358ab950f3a9eb3beed0e4a7e2 /keyboards/hillside
parentadb884761d503ff59e462eaf093b04889c3c8e66 (diff)
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/hillside')
-rw-r--r--keyboards/hillside/46/0_1/keyboard.json4
-rw-r--r--keyboards/hillside/48/0_1/keyboard.json4
-rw-r--r--keyboards/hillside/52/0_1/keyboard.json4
3 files changed, 9 insertions, 3 deletions
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 @@
26 }, 26 },
27 "split": { 27 "split": {
28 "enabled": true, 28 "enabled": true,
29 "soft_serial_pin": "D2",
30 "encoder": { 29 "encoder": {
31 "right": { 30 "right": {
32 "rotary": [ 31 "rotary": [
33 {"pin_a": "F4", "pin_b": "F5"} 32 {"pin_a": "F4", "pin_b": "F5"}
34 ] 33 ]
35 } 34 }
35 },
36 "serial": {
37 "pin": "D2"
36 } 38 }
37 }, 39 },
38 "rgblight": { 40 "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 @@
26 }, 26 },
27 "split": { 27 "split": {
28 "enabled": true, 28 "enabled": true,
29 "soft_serial_pin": "D2",
30 "encoder": { 29 "encoder": {
31 "right": { 30 "right": {
32 "rotary": [ 31 "rotary": [
33 {"pin_a": "F4", "pin_b": "F5"} 32 {"pin_a": "F4", "pin_b": "F5"}
34 ] 33 ]
35 } 34 }
35 },
36 "serial": {
37 "pin": "D2"
36 } 38 }
37 }, 39 },
38 "rgblight": { 40 "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 @@
26 }, 26 },
27 "split": { 27 "split": {
28 "enabled": true, 28 "enabled": true,
29 "soft_serial_pin": "D2",
30 "encoder": { 29 "encoder": {
31 "right": { 30 "right": {
32 "rotary": [ 31 "rotary": [
33 {"pin_a": "F4", "pin_b": "F5"} 32 {"pin_a": "F4", "pin_b": "F5"}
34 ] 33 ]
35 } 34 }
35 },
36 "serial": {
37 "pin": "D2"
36 } 38 }
37 }, 39 },
38 "rgblight": { 40 "rgblight": {