summaryrefslogtreecommitdiff
path: root/keyboards/qwertlekeys/calice/info.json
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-15 21:08:15 +1000
committerGitHub <noreply@github.com>2023-04-15 21:08:15 +1000
commit172a40686b84af7f887350a20c526855c7f7649c (patch)
tree435d6c9a8b06edff988deaa00964629d81d55d64 /keyboards/qwertlekeys/calice/info.json
parenta84528f85392ccab60fd7130fecb83972539367f (diff)
Move single `LAYOUT_all`s to data driven (#20430)
Diffstat (limited to 'keyboards/qwertlekeys/calice/info.json')
-rw-r--r--keyboards/qwertlekeys/calice/info.json201
1 files changed, 100 insertions, 101 deletions
diff --git a/keyboards/qwertlekeys/calice/info.json b/keyboards/qwertlekeys/calice/info.json
index dc6f25f02c..a0106741f5 100644
--- a/keyboards/qwertlekeys/calice/info.json
+++ b/keyboards/qwertlekeys/calice/info.json
@@ -29,107 +29,106 @@
"layouts": {
"LAYOUT_all": {
"layout": [
- {"x":0, "y":0},
-
- {"x":1.25, "y":0},
- {"x":2.25, "y":0},
- {"x":3.25, "y":0},
- {"x":4.25, "y":0},
-
- {"x":5.75, "y":0},
- {"x":6.75, "y":0},
- {"x":7.75, "y":0},
- {"x":8.75, "y":0},
-
- {"x":10.25, "y":0},
- {"x":11.25, "y":0},
- {"x":12.25, "y":0},
- {"x":13.25, "y":0},
-
- {"x":14.5, "y":0},
- {"x":16.25, "y":0},
-
- {"x":0.75, "y":1.25},
- {"x":1.75, "y":1.25},
- {"x":2.75, "y":1.25},
- {"x":3.75, "y":1.25},
- {"x":4.75, "y":1.25},
- {"x":5.75, "y":1.25},
- {"x":6.75, "y":1.25},
-
- {"x":8.25, "y":1.25},
- {"x":9.25, "y":1.25},
- {"x":10.25, "y":1.25},
- {"x":11.25, "y":1.25},
- {"x":12.25, "y":1.25},
- {"x":13.25, "y":1.25},
- {"x":14.25, "y":1.25},
- {"x":15.25, "y":1.25},
-
- {"x":16.5, "y":1},
-
- {"x":0.5, "y":2.25, "w":1.5},
- {"x":2, "y":2.25},
- {"x":3, "y":2.25},
- {"x":4, "y":2.25},
- {"x":5, "y":2.25},
- {"x":6, "y":2.25},
-
- {"x":8, "y":2.25},
- {"x":9, "y":2.25},
- {"x":10, "y":2.25},
- {"x":11, "y":2.25},
- {"x":12, "y":2.25},
- {"x":13, "y":2.25},
- {"x":14, "y":2.25},
- {"x":15, "y":2.25, "w":1.5},
-
- {"x":16.75, "y":2},
-
- {"x":0.25, "y":3.25, "w":1.75},
- {"x":2, "y":3.25},
- {"x":3, "y":3.25},
- {"x":4, "y":3.25},
- {"x":5, "y":3.25},
- {"x":6, "y":3.25},
-
- {"x":8.5, "y":3.25},
- {"x":9.5, "y":3.25},
- {"x":10.5, "y":3.25},
- {"x":11.5, "y":3.25},
- {"x":12.5, "y":3.25},
- {"x":13.5, "y":3.25},
- {"x":14.5, "y":3.25, "w":2.25},
-
- {"x":17, "y":3},
-
- {"x":0, "y":4.25, "w":2.25},
- {"x":2.25, "y":4.25},
- {"x":3.25, "y":4.25},
- {"x":4.25, "y":4.25},
- {"x":5.25, "y":4.25},
- {"x":6.25, "y":4.25},
-
- {"x":8.25, "y":4.25},
- {"x":9.25, "y":4.25},
- {"x":10.25, "y":4.25},
- {"x":11.25, "y":4.25},
- {"x":12.25, "y":4.25},
- {"x":13.25, "y":4.25},
- {"x":14.25, "y":4.25, "w":1.75},
- {"x":16, "y":4.25},
-
- {"x":0, "y":5.25, "w":1.5},
- {"x":2.75, "y":5.25, "w":1.5},
- {"x":4.25, "y":5.25, "w":2.25},
- {"x":6.5, "y":5.25},
-
- {"x":7.75, "y":5.25, "w":2.75},
- {"x":10.5, "y":5.25, "w":1.5},
-
- {"x":15, "y":5.25},
- {"x":16, "y":5.25},
- {"x":17, "y":5.25}
+ {"matrix": [1, 0], "x": 0, "y": 0},
+ {"matrix": [0, 0], "x": 1.25, "y": 0},
+ {"matrix": [1, 1], "x": 2.25, "y": 0},
+ {"matrix": [0, 1], "x": 3.25, "y": 0},
+ {"matrix": [1, 2], "x": 4.25, "y": 0},
+ {"matrix": [0, 2], "x": 5.75, "y": 0},
+ {"matrix": [1, 3], "x": 6.75, "y": 0},
+ {"matrix": [0, 4], "x": 7.75, "y": 0},
+ {"matrix": [1, 4], "x": 8.75, "y": 0},
+
+ {"matrix": [0, 5], "x": 10.25, "y": 0},
+ {"matrix": [1, 5], "x": 11.25, "y": 0},
+ {"matrix": [0, 6], "x": 12.25, "y": 0},
+ {"matrix": [1, 6], "x": 13.25, "y": 0},
+
+ {"matrix": [0, 7], "x": 14.5, "y": 0},
+
+ {"matrix": [1, 7], "x": 16.25, "y": 0},
+
+ {"matrix": [3, 0], "x": 0.75, "y": 1.25},
+ {"matrix": [2, 0], "x": 1.75, "y": 1.25},
+ {"matrix": [3, 1], "x": 2.75, "y": 1.25},
+ {"matrix": [2, 1], "x": 3.75, "y": 1.25},
+ {"matrix": [3, 2], "x": 4.75, "y": 1.25},
+ {"matrix": [2, 2], "x": 5.75, "y": 1.25},
+ {"matrix": [3, 3], "x": 6.75, "y": 1.25},
+
+ {"matrix": [2, 4], "x": 8.25, "y": 1.25},
+ {"matrix": [3, 4], "x": 9.25, "y": 1.25},
+ {"matrix": [2, 5], "x": 10.25, "y": 1.25},
+ {"matrix": [3, 5], "x": 11.25, "y": 1.25},
+ {"matrix": [2, 6], "x": 12.25, "y": 1.25},
+ {"matrix": [3, 6], "x": 13.25, "y": 1.25},
+ {"matrix": [5, 6], "x": 14.25, "y": 1.25},
+ {"matrix": [2, 7], "x": 15.25, "y": 1.25},
+
+ {"matrix": [3, 7], "x": 16.5, "y": 1},
+
+ {"matrix": [5, 0], "x": 0.5, "y": 2.25, "w": 1.5},
+ {"matrix": [4, 0], "x": 2, "y": 2.25},
+ {"matrix": [5, 1], "x": 3, "y": 2.25},
+ {"matrix": [4, 1], "x": 4, "y": 2.25},
+ {"matrix": [5, 2], "x": 5, "y": 2.25},
+ {"matrix": [4, 2], "x": 6, "y": 2.25},
+
+ {"matrix": [5, 3], "x": 8, "y": 2.25},
+ {"matrix": [4, 4], "x": 9, "y": 2.25},
+ {"matrix": [5, 4], "x": 10, "y": 2.25},
+ {"matrix": [4, 5], "x": 11, "y": 2.25},
+ {"matrix": [5, 5], "x": 12, "y": 2.25},
+ {"matrix": [4, 6], "x": 13, "y": 2.25},
+ {"matrix": [7, 6], "x": 14, "y": 2.25},
+ {"matrix": [4, 7], "x": 15, "y": 2.25, "w": 1.5},
+
+ {"matrix": [5, 7], "x": 16.75, "y": 2},
+
+ {"matrix": [7, 0], "x": 0.25, "y": 3.25, "w": 1.75},
+ {"matrix": [6, 0], "x": 2, "y": 3.25},
+ {"matrix": [7, 1], "x": 3, "y": 3.25},
+ {"matrix": [6, 1], "x": 4, "y": 3.25},
+ {"matrix": [7, 2], "x": 5, "y": 3.25},
+ {"matrix": [6, 2], "x": 6, "y": 3.25},
+
+ {"matrix": [7, 3], "x": 8.5, "y": 3.25},
+ {"matrix": [6, 4], "x": 9.5, "y": 3.25},
+ {"matrix": [7, 4], "x": 10.5, "y": 3.25},
+ {"matrix": [6, 5], "x": 11.5, "y": 3.25},
+ {"matrix": [7, 5], "x": 12.5, "y": 3.25},
+ {"matrix": [6, 6], "x": 13.5, "y": 3.25},
+ {"matrix": [6, 7], "x": 14.5, "y": 3.25, "w": 2.25},
+
+ {"matrix": [7, 7], "x": 17, "y": 3},
+
+ {"matrix": [9, 0], "x": 0, "y": 4.25, "w": 2.25},
+ {"matrix": [8, 0], "x": 2.25, "y": 4.25},
+ {"matrix": [9, 1], "x": 3.25, "y": 4.25},
+ {"matrix": [8, 1], "x": 4.25, "y": 4.25},
+ {"matrix": [9, 2], "x": 5.25, "y": 4.25},
+ {"matrix": [8, 2], "x": 6.25, "y": 4.25},
+
+ {"matrix": [9, 3], "x": 8.25, "y": 4.25},
+ {"matrix": [8, 4], "x": 9.25, "y": 4.25},
+ {"matrix": [9, 4], "x": 10.25, "y": 4.25},
+ {"matrix": [8, 5], "x": 11.25, "y": 4.25},
+ {"matrix": [9, 5], "x": 12.25, "y": 4.25},
+ {"matrix": [8, 6], "x": 13.25, "y": 4.25},
+ {"matrix": [9, 6], "x": 14.25, "y": 4.25, "w": 1.75},
+ {"matrix": [8, 7], "x": 16, "y": 4.25},
+
+ {"matrix": [11, 0], "x": 0, "y": 5.25, "w": 1.5},
+ {"matrix": [10, 0], "x": 2.75, "y": 5.25, "w": 1.5},
+ {"matrix": [11, 2], "x": 4.25, "y": 5.25, "w": 2.25},
+ {"matrix": [10, 2], "x": 6.5, "y": 5.25},
+
+ {"matrix": [10, 4], "x": 7.75, "y": 5.25, "w": 2.75},
+ {"matrix": [10, 5], "x": 10.5, "y": 5.25, "w": 1.5},
+
+ {"matrix": [11, 6], "x": 15, "y": 5.25},
+ {"matrix": [10, 7], "x": 16, "y": 5.25},
+ {"matrix": [11, 7], "x": 17, "y": 5.25}
]
}
}