diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-02 08:25:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 08:25:15 +1000 |
commit | 79aa31994698c9050141714f77c0177edbcd9488 (patch) | |
tree | 71380a65ff15a2b57906ca60b2e03d848b2f3ad8 /keyboards/citrus | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/citrus')
-rw-r--r-- | keyboards/citrus/erdnuss65/info.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/citrus/erdnuss65/info.json b/keyboards/citrus/erdnuss65/info.json index 512b4ba960..749091f43b 100644 --- a/keyboards/citrus/erdnuss65/info.json +++ b/keyboards/citrus/erdnuss65/info.json @@ -9,16 +9,13 @@ "pid": "0x6374", "device_version": "0.0.1" }, - "matrix_pins": { - "rows": - ["B10","B1", "B0","A7","A6"], - "cols": - ["B12","B14","B15","A8","B13","B3","B4","B5","A1","A2","A0","A3","A4","A5","B11"] + "rows": + ["B10", "B1", "B0", "A7", "A6"], + "cols": + ["B12", "B14", "B15", "A8", "B13", "B3", "B4", "B5", "A1", "A2", "A0", "A3", "A4", "A5", "B11"] }, - "diode_direction": "COL2ROW", - "features": { "bootmagic": true, "mousekey": true, |