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/tkw | |
| parent | 1552cf2ddca1668c5230506de03e6b4a870f8961 (diff) | |
Migrate SERIAL_DRIVER to json (#23925)
Diffstat (limited to 'keyboards/tkw')
| -rw-r--r-- | keyboards/tkw/grandiceps/info.json | 3 | ||||
| -rw-r--r-- | keyboards/tkw/grandiceps/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/tkw/grandiceps/info.json b/keyboards/tkw/grandiceps/info.json index 13bc1e7acf..c2a198835f 100644 --- a/keyboards/tkw/grandiceps/info.json +++ b/keyboards/tkw/grandiceps/info.json @@ -58,6 +58,9 @@ "cols": ["B0", "A7", "A3", "A5", "A4", "A2"], "rows": ["B12", "A6", "B13", "B9", "B8"] } + }, + "serial": { + "driver": "usart" } }, "qmk": { diff --git a/keyboards/tkw/grandiceps/rules.mk b/keyboards/tkw/grandiceps/rules.mk index 01fa521763..ab8aeff268 100644 --- a/keyboards/tkw/grandiceps/rules.mk +++ b/keyboards/tkw/grandiceps/rules.mk @@ -1,3 +1 @@ -SERIAL_DRIVER = usart - DEFAULT_FOLDER = tkw/grandiceps/rev1 |