summaryrefslogtreecommitdiff
path: root/keyboards/handwired/concertina/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-20 19:32:47 +0000
committerQMK Bot <hello@qmk.fm>2021-02-20 19:32:47 +0000
commit1a97f29f5d0da6d195983fd031014bd21a99f940 (patch)
treee127ce83a369b816ee5b9c5c50eed19250614a8c /keyboards/handwired/concertina/info.json
parent23c6d7ac5263f43311d130ea72c82bd28c946a10 (diff)
parent5655d6e5f5d2e35d896dc08e8a040b72a1e868ce (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/concertina/info.json')
-rw-r--r--keyboards/handwired/concertina/info.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/handwired/concertina/info.json b/keyboards/handwired/concertina/info.json
new file mode 100644
index 0000000000..a7dd42b112
--- /dev/null
+++ b/keyboards/handwired/concertina/info.json
@@ -0,0 +1,37 @@
+{
+ "keyboard_name": "Concertina",
+ "url": "https://viktor.eikman.se/article/the-concertina/",
+ "maintainer": "veikman",
+ "width": 12,
+ "height": 8,
+ "layouts": {
+ "LAYOUT_64key": {
+ "key_count": 64,
+ "layout": [
+ {"x":2, "y":0.5}, {"x":3, "y":0}, {"x":4, "y":0.3},
+ {"x":8, "y":0.7}, {"x":9, "y":0.3}, {"x":10, "y":0},
+
+ {"x":2, "y":1.5}, {"x":3, "y":1}, {"x":4, "y":1.3}, {"x":5, "y":0.7},
+ {"x":8, "y":0.7}, {"x":9, "y":1.3}, {"x":10, "y":1}, {"x":11, "y":1.5},
+
+ {"x":3, "y":2}, {"x":4, "y":2.3}, {"x":5, "y":1.7},
+ {"x":8, "y":1.7}, {"x":9, "y":2.3}, {"x":10, "y":2},
+
+ {"x":2, "y":4}, {"x":3, "y":4}, {"x":4, "y":4}, {"x":5, "y":4},
+ {"x":8, "y":4}, {"x":9, "y":4}, {"x":10, "y":4}, {"x":11, "y":4},
+
+ {"x":0, "y":5}, {"x":1, "y":5}, {"x":2, "y":5}, {"x":3, "y":5}, {"x":4, "y":5}, {"x":5, "y":5},
+ {"x":8, "y":5}, {"x":9, "y":5}, {"x":10, "y":5}, {"x":11, "y":5}, {"x":12, "y":5}, {"x":13, "y":5},
+
+ {"x":0, "y":6}, {"x":1, "y":6}, {"x":2, "y":6}, {"x":3, "y":6}, {"x":4, "y":6}, {"x":5, "y":6},
+ {"x":8, "y":6}, {"x":9, "y":6}, {"x":10, "y":6}, {"x":11, "y":6}, {"x":12, "y":6}, {"x":13, "y":6},
+
+ {"x":0, "y":7}, {"x":1, "y":7}, {"x":2, "y":7}, {"x":3, "y":7}, {"x":4, "y":7},
+ {"x":9, "y":7}, {"x":10, "y":7}, {"x":11, "y":7}, {"x":12, "y":7}, {"x":13, "y":7},
+
+ {"x":3, "y":8},
+ {"x":10, "y":8}
+ ]
+ }
+ }
+}