diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-11 03:00:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 16:00:14 +0000 |
commit | dc18d9dd8531e659162e10f21af2dc4b517447bd (patch) | |
tree | b502c7083920e93706a3233b222d839107ef639b /keyboards/ep/40 | |
parent | caa8c81086a806ea048c91ba142d424dc6a49f50 (diff) |
Restore matrix pins for ep/40 (#20083)
Diffstat (limited to 'keyboards/ep/40')
-rw-r--r-- | keyboards/ep/40/info.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ep/40/info.json b/keyboards/ep/40/info.json index cca4519d69..e477b31a78 100644 --- a/keyboards/ep/40/info.json +++ b/keyboards/ep/40/info.json @@ -7,6 +7,10 @@ "pid": "0x4040", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["F6", "F5", "F4", "F1", "F0", "D2", "D3", "D5", "D4", "D6", "D7", "B4"], + "rows": ["C7", "C6", "B6", "B5"] + }, "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", |