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/tzarc | |
| parent | 1552cf2ddca1668c5230506de03e6b4a870f8961 (diff) | |
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/tzarc')
| -rw-r--r-- | keyboards/tzarc/djinn/info.json | 3 | ||||
| -rw-r--r-- | keyboards/tzarc/djinn/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/tzarc/djinn/info.json b/keyboards/tzarc/djinn/info.json index b173a18de1..8f0c0bc75f 100644 --- a/keyboards/tzarc/djinn/info.json +++ b/keyboards/tzarc/djinn/info.json | |||
| @@ -54,6 +54,9 @@ | |||
| 54 | ] | 54 | ] |
| 55 | } | 55 | } |
| 56 | }, | 56 | }, |
| 57 | "serial": { | ||
| 58 | "driver": "usart" | ||
| 59 | }, | ||
| 57 | "transport": { | 60 | "transport": { |
| 58 | "sync": { | 61 | "sync": { |
| 59 | "activity": true, | 62 | "activity": true, |
diff --git a/keyboards/tzarc/djinn/rules.mk b/keyboards/tzarc/djinn/rules.mk index 78912d16d0..d5060d9814 100644 --- a/keyboards/tzarc/djinn/rules.mk +++ b/keyboards/tzarc/djinn/rules.mk | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | CUSTOM_MATRIX = lite | 1 | CUSTOM_MATRIX = lite |
| 2 | 2 | ||
| 3 | SERIAL_DRIVER = usart | ||
| 4 | |||
| 5 | CIE1931_CURVE = yes | 3 | CIE1931_CURVE = yes |
| 6 | 4 | ||
| 7 | QUANTUM_PAINTER_DRIVERS = ili9341_spi | 5 | QUANTUM_PAINTER_DRIVERS = ili9341_spi |
