diff options
| author | Ryan | 2023-03-10 14:00:24 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-10 14:00:24 +0100 |
| commit | 9e64300e67720a5468c2585391250ca5579b311b (patch) | |
| tree | d8c471bb33cd5d0e38e90d925d69b3c6b3cb2d59 /keyboards/dztech/duo_s/info.json | |
| parent | dd086a51d82a574a55eb3b89e8943301d72296f3 (diff) | |
Move matrix config to info.json, part 4 (#20001)
Diffstat (limited to 'keyboards/dztech/duo_s/info.json')
| -rw-r--r-- | keyboards/dztech/duo_s/info.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/dztech/duo_s/info.json b/keyboards/dztech/duo_s/info.json index 54672e21ae..36dc05b3c9 100644 --- a/keyboards/dztech/duo_s/info.json +++ b/keyboards/dztech/duo_s/info.json @@ -8,6 +8,11 @@ "pid": "0x1012", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["B12", "B13", "B14", "A8", "B9", "C13", "C14", "C15", "A1", "A2", "A3", "A4", "A5", "A6", "A7"], + "rows": ["A15", "B3", "B4", "B5", "B11"] + }, + "diode_direction": "COL2ROW", "processor": "STM32F303", "bootloader": "stm32-dfu", "community_layouts": ["65_ansi_blocker"], |