diff options
| author | Joel Challis | 2024-07-13 14:12:35 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-13 14:12:35 +0200 |
| commit | 26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (patch) | |
| tree | bc468cf67c59d95b1d9fc9174aafcec5fb10dd6e /keyboards/janus/keyboard.json | |
| parent | 1552cf2ddca1668c5230506de03e6b4a870f8961 (diff) | |
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/janus/keyboard.json')
| -rw-r--r-- | keyboards/janus/keyboard.json | 5 |
1 files changed, 4 insertions, 1 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 @@ "nkro": true }, "split": { - "enabled": true + "enabled": true, + "serial": { + "driver": "usart" + } }, "community_layouts": [ "split_3x5_2" |