summaryrefslogtreecommitdiff
path: root/keyboards/shiro
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-07-30 06:51:01 +0100
committerDrashna Jaelre <drashna@live.com>2019-07-29 22:51:01 -0700
commitd5ab6752510047f60fe72b9f90288ce48dfccf53 (patch)
tree4cc167a4228a169430d15ca5d4a802022a4e570a /keyboards/shiro
parenta699fd3d043c3ca52973b64517d3874c6828116b (diff)
[Keyboard] Fix configurator support for shiro (#6436)
Diffstat (limited to 'keyboards/shiro')
-rw-r--r--keyboards/shiro/info.json115
1 files changed, 15 insertions, 100 deletions
diff --git a/keyboards/shiro/info.json b/keyboards/shiro/info.json
index 71d4bb551d..944cdb84c5 100644
--- a/keyboards/shiro/info.json
+++ b/keyboards/shiro/info.json
@@ -8,106 +8,21 @@
"LAYOUT": {
"key_count": 15,
"layout": [
- {
- "x": 0,
- "y": 0
- },
- {
- "x": 1,
- "y": 0
- },
- {
- "x": 2,
- "y": 0
- },
- {
- "x": 3,
- "y": 0
- },
- {
- "x": 4,
- "y": 0
- },
- {
- "x": 0,
- "y": 1
- },
- {
- "x": 1,
- "y": 1
- },
- {
- "x": 2,
- "y": 1
- },
- {
- "x": 3,
- "y": 1
- },
- {
- "x": 4,
- "y": 1
- },
- {
- "x": 0,
- "y": 2
- },
- {
- "x": 1,
- "y": 2
- },
- {
- "x": 2,
- "y": 2
- },
- {
- "x": 3,
- "y": 2
- },
- {
- "x": 4,
- "y": 2
- },
- {
- "x": 0,
- "y": 3
- },
- {
- "x": 1,
- "y": 3
- },
- {
- "x": 2,
- "y": 3
- },
- {
- "x": 3,
- "y": 3
- },
- {
- "x": 4,
- "y": 3
- },
- {
- "x": 0,
- "y": 4
- },
- {
- "x": 1,
- "y": 4
- },
- {
- "x": 2,
- "y": 4
- },
- {
- "x": 3,
- "y": 4
- },
- {
- "x": 4,
- "y": 4
- }
+ {"x": 0, "y": 0},
+ {"x": 1, "y": 0},
+ {"x": 2, "y": 0},
+ {"x": 0, "y": 1},
+ {"x": 1, "y": 1},
+ {"x": 2, "y": 1},
+ {"x": 0, "y": 2},
+ {"x": 1, "y": 2},
+ {"x": 2, "y": 2},
+ {"x": 0, "y": 3},
+ {"x": 1, "y": 3},
+ {"x": 2, "y": 3},
+ {"x": 0, "y": 4},
+ {"x": 1, "y": 4},
+ {"x": 2, "y": 4}
]
}
}