summaryrefslogtreecommitdiff
path: root/keyboards/ai03
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/ai03
parent1552cf2ddca1668c5230506de03e6b4a870f8961 (diff)
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/ai03')
-rw-r--r--keyboards/ai03/altair/keyboard.json3
-rw-r--r--keyboards/ai03/altair/rules.mk1
-rw-r--r--keyboards/ai03/altair_x/keyboard.json3
-rw-r--r--keyboards/ai03/altair_x/rules.mk1
4 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/ai03/altair/keyboard.json b/keyboards/ai03/altair/keyboard.json
index 9626716cde..cf551ab79e 100644
--- a/keyboards/ai03/altair/keyboard.json
+++ b/keyboards/ai03/altair/keyboard.json
@@ -37,6 +37,9 @@
37 "rows": ["GP5", "GP16", "GP20", "GP28", "GP14"] 37 "rows": ["GP5", "GP16", "GP20", "GP28", "GP14"]
38 } 38 }
39 }, 39 },
40 "serial": {
41 "driver": "vendor"
42 },
40 "soft_serial_pin": "GP29" 43 "soft_serial_pin": "GP29"
41 }, 44 },
42 "url": "https://ai03.com/", 45 "url": "https://ai03.com/",
diff --git a/keyboards/ai03/altair/rules.mk b/keyboards/ai03/altair/rules.mk
deleted file mode 100644
index 161ec22b16..0000000000
--- a/keyboards/ai03/altair/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1SERIAL_DRIVER = vendor
diff --git a/keyboards/ai03/altair_x/keyboard.json b/keyboards/ai03/altair_x/keyboard.json
index d1448ab8c2..1568f15a5a 100644
--- a/keyboards/ai03/altair_x/keyboard.json
+++ b/keyboards/ai03/altair_x/keyboard.json
@@ -37,6 +37,9 @@
37 "rows": ["GP16", "GP20", "GP28", "GP14"] 37 "rows": ["GP16", "GP20", "GP28", "GP14"]
38 } 38 }
39 }, 39 },
40 "serial": {
41 "driver": "vendor"
42 },
40 "soft_serial_pin": "GP29" 43 "soft_serial_pin": "GP29"
41 }, 44 },
42 "url": "https://ai03.com/", 45 "url": "https://ai03.com/",
diff --git a/keyboards/ai03/altair_x/rules.mk b/keyboards/ai03/altair_x/rules.mk
deleted file mode 100644
index 161ec22b16..0000000000
--- a/keyboards/ai03/altair_x/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1SERIAL_DRIVER = vendor