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/4pplet/unextended_std | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/4pplet/unextended_std')
-rw-r--r-- | keyboards/4pplet/unextended_std/rev_a/info.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/keyboards/4pplet/unextended_std/rev_a/info.json b/keyboards/4pplet/unextended_std/rev_a/info.json index 1e88400947..3a9ab63b73 100644 --- a/keyboards/4pplet/unextended_std/rev_a/info.json +++ b/keyboards/4pplet/unextended_std/rev_a/info.json @@ -10,16 +10,13 @@ }, "processor": "STM32F072", "bootloader": "stm32-dfu", - "matrix_pins": { "rows": - ["B14","B15","B6","B5","B4"], + ["B14", "B15", "B6", "B5", "B4"], "cols": - ["B2","A4","A1","A2","F1","F0","C15","C14","C13","B9","B8","B7","B12","B3"] + ["B2", "A4", "A1", "A2", "F1", "F0", "C15", "C14", "C13", "B9", "B8", "B7", "B12", "B3"] }, - "diode_direction": "COL2ROW", - "features": { "bootmagic": true, "mousekey": true, @@ -31,7 +28,6 @@ "rgblight": true, "audio": false }, - "ws2812": { "pin": "A8" }, @@ -50,12 +46,10 @@ "twinkle": true } }, - "indicators": { "caps_lock": "A10", "on_state": 0 }, - "layouts": { "LAYOUT_all": { "layout": [ @@ -185,7 +179,7 @@ {"label":"opt", "matrix": [4, 1], "x":1, "y":4}, {"label":"Cmd", "matrix": [4, 2], "x":2, "y":4, "w":1.75}, {"label":"`", "matrix": [4, 3], "x":3.75, "y":4}, - {"label":"Space", "matrix": [4, 6],"x":4.75, "y":4, "w":4.75}, + {"label":"Space", "matrix": [4, 6], "x":4.75, "y":4, "w":4.75}, {"label":"\\", "matrix": [4, 8], "x":9.5, "y":4}, {"label":"\u2190", "matrix": [4, 9], "x":10.5, "y":4}, {"label":"\u2192", "matrix": [4, 10], "x":11.5, "y":4}, |