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/janus | |
| parent | 1552cf2ddca1668c5230506de03e6b4a870f8961 (diff) | |
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/janus')
| -rw-r--r-- | keyboards/janus/keyboard.json | 5 | ||||
| -rw-r--r-- | keyboards/janus/rules.mk | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/janus/keyboard.json b/keyboards/janus/keyboard.json index 29000b9ef2..8c4f522b86 100644 --- a/keyboards/janus/keyboard.json +++ b/keyboards/janus/keyboard.json | |||
| @@ -25,7 +25,10 @@ | |||
| 25 | "nkro": true | 25 | "nkro": true |
| 26 | }, | 26 | }, |
| 27 | "split": { | 27 | "split": { |
| 28 | "enabled": true | 28 | "enabled": true, |
| 29 | "serial": { | ||
| 30 | "driver": "usart" | ||
| 31 | } | ||
| 29 | }, | 32 | }, |
| 30 | "community_layouts": [ | 33 | "community_layouts": [ |
| 31 | "split_3x5_2" | 34 | "split_3x5_2" |
diff --git a/keyboards/janus/rules.mk b/keyboards/janus/rules.mk deleted file mode 100644 index 59b74ac86b..0000000000 --- a/keyboards/janus/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | SERIAL_DRIVER = usart \ No newline at end of file | ||
