diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-03 12:19:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 12:19:34 +1000 |
commit | a5e46d80822797cd2e0dc2a2b81c4ccce9e167f4 (patch) | |
tree | 9dc9420c5d550551e20051a31ab308067f8b2eeb /keyboards/bpiphany | |
parent | 97a86b89a9f38f9acf5c9d52123e7da58af86336 (diff) |
More `info.json` whitespace cleanups (#20665)
Diffstat (limited to 'keyboards/bpiphany')
-rw-r--r-- | keyboards/bpiphany/pegasushoof/2013/info.json | 2 | ||||
-rw-r--r-- | keyboards/bpiphany/pegasushoof/2015/info.json | 2 | ||||
-rw-r--r-- | keyboards/bpiphany/sixshooter/info.json | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/bpiphany/pegasushoof/2013/info.json b/keyboards/bpiphany/pegasushoof/2013/info.json index 82995aa27d..585d417688 100644 --- a/keyboards/bpiphany/pegasushoof/2013/info.json +++ b/keyboards/bpiphany/pegasushoof/2013/info.json @@ -2,7 +2,7 @@ "keyboard_name": "Majestouch TKL \\\\w The Pegasus Hoof 2013", "diode_direction": "COL2ROW", "indicators": { - "caps_lock" : "C6", + "caps_lock": "C6", "scroll_lock": "C5", "on_state": 0 }, diff --git a/keyboards/bpiphany/pegasushoof/2015/info.json b/keyboards/bpiphany/pegasushoof/2015/info.json index 592128a6b2..bed39668e8 100644 --- a/keyboards/bpiphany/pegasushoof/2015/info.json +++ b/keyboards/bpiphany/pegasushoof/2015/info.json @@ -2,7 +2,7 @@ "keyboard_name": "Majestouch TKL The Pegasus Hoof 2015", "diode_direction": "COL2ROW", "indicators": { - "caps_lock" : "C6", + "caps_lock": "C6", "scroll_lock": "C5", "on_state": 0 }, diff --git a/keyboards/bpiphany/sixshooter/info.json b/keyboards/bpiphany/sixshooter/info.json index a6ab63f6ae..9705eb2f18 100644 --- a/keyboards/bpiphany/sixshooter/info.json +++ b/keyboards/bpiphany/sixshooter/info.json @@ -19,12 +19,12 @@ "layouts": { "LAYOUT": { "layout": [ - {"x":0, "y":0, "matrix": [0, 0]}, - {"x":1, "y":0, "matrix": [0, 1]}, - {"x":2, "y":0, "matrix": [0, 2]}, - {"x":0, "y":1, "matrix": [1, 0]}, - {"x":1, "y":1, "matrix": [1, 1]}, - {"x":2, "y":1, "matrix": [1, 2]} + {"x": 0, "y": 0, "matrix": [0, 0]}, + {"x": 1, "y": 0, "matrix": [0, 1]}, + {"x": 2, "y": 0, "matrix": [0, 2]}, + {"x": 0, "y": 1, "matrix": [1, 0]}, + {"x": 1, "y": 1, "matrix": [1, 1]}, + {"x": 2, "y": 1, "matrix": [1, 2]} ] } } |