summaryrefslogtreecommitdiff
path: root/keyboards/aidansmithdotdev
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-13 13:12:35 +0100
committerGitHub <noreply@github.com>2024-07-13 13:12:35 +0100
commit26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (patch)
treebc468cf67c59d95b1d9fc9174aafcec5fb10dd6e /keyboards/aidansmithdotdev
parent1552cf2ddca1668c5230506de03e6b4a870f8961 (diff)
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/aidansmithdotdev')
-rw-r--r--keyboards/aidansmithdotdev/sango/keyboard.json3
-rw-r--r--keyboards/aidansmithdotdev/sango/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/aidansmithdotdev/sango/keyboard.json b/keyboards/aidansmithdotdev/sango/keyboard.json
index 6c62ac9bd2..c3d34ce6d7 100644
--- a/keyboards/aidansmithdotdev/sango/keyboard.json
+++ b/keyboards/aidansmithdotdev/sango/keyboard.json
@@ -127,6 +127,9 @@
127 "rows": ["GP2", "GP3", "GP4", "GP5", "GP6"] 127 "rows": ["GP2", "GP3", "GP4", "GP5", "GP6"]
128 } 128 }
129 }, 129 },
130 "serial": {
131 "driver": "vendor"
132 },
130 "soft_serial_pin": "GP1" 133 "soft_serial_pin": "GP1"
131 }, 134 },
132 "url": "https://aidansmith.dev", 135 "url": "https://aidansmith.dev",
diff --git a/keyboards/aidansmithdotdev/sango/rules.mk b/keyboards/aidansmithdotdev/sango/rules.mk
deleted file mode 100644
index 743228e94b..0000000000
--- a/keyboards/aidansmithdotdev/sango/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1SERIAL_DRIVER = vendor \ No newline at end of file