diff options
| author | Ryan | 2023-03-10 19:41:58 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-10 19:41:58 +0100 |
| commit | e933e0411f442fa411d3d5ec488180fee241e2ef (patch) | |
| tree | f091f00a1408d752389385ff793c2878ec99e368 /keyboards/adelheid/info.json | |
| parent | 1022afa6c24a64c78d1c9be99a695ff5335876f7 (diff) | |
Move matrix config to info.json, part 5 (#20003)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/adelheid/info.json')
| -rw-r--r-- | keyboards/adelheid/info.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/adelheid/info.json b/keyboards/adelheid/info.json index 19970b27cf..c323d62a75 100644 --- a/keyboards/adelheid/info.json +++ b/keyboards/adelheid/info.json @@ -8,6 +8,11 @@ "pid": "0xAD78", "device_version": "0.0.2" }, + "matrix_pins": { + "cols": ["F0", "F1", "E6", "C7", "F6", "B6", "D4", "B1", "B0", "B7", "B5", "B4", "D7", "D6", "B3"], + "rows": ["D0", "F4", "D1", "D2", "D3", "D5", "F7"] + }, + "diode_direction": "COL2ROW", "backlight": { "pin": "C6" }, |