diff options
author | Joel Challis <git@zvecr.com> | 2024-07-13 13:12:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 13:12:35 +0100 |
commit | 26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (patch) | |
tree | bc468cf67c59d95b1d9fc9174aafcec5fb10dd6e /keyboards/tweetydabird | |
parent | 1552cf2ddca1668c5230506de03e6b4a870f8961 (diff) |
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r-- | keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json | 3 | ||||
-rw-r--r-- | keyboards/tweetydabird/lotus58/rp2040_ce/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json b/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json index c8bf711747..24f27c276a 100644 --- a/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json +++ b/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json @@ -17,6 +17,9 @@ ] } }, + "serial": { + "driver": "vendor" + }, "soft_serial_pin": "GP1", "handedness": { "pin": "GP9" diff --git a/keyboards/tweetydabird/lotus58/rp2040_ce/rules.mk b/keyboards/tweetydabird/lotus58/rp2040_ce/rules.mk deleted file mode 100644 index 161ec22b16..0000000000 --- a/keyboards/tweetydabird/lotus58/rp2040_ce/rules.mk +++ /dev/null @@ -1 +0,0 @@ -SERIAL_DRIVER = vendor |