summaryrefslogtreecommitdiff
path: root/keyboards/handwired/concertina/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-02-27 22:10:26 -0800
committerGitHub <noreply@github.com>2021-02-28 17:10:26 +1100
commitf41e5ec928880bbc42e03b84af39eacaf3acac8d (patch)
tree993e29f42140124a3701aff9f3cc9da215a4f533 /keyboards/handwired/concertina/info.json
parentcd12fe86d3bce4221498848e9fced62fd708bdd8 (diff)
Compilation fixes for handwired/concertina/64key (#11987)
* concatenate config.h to 64key directory * move rules.mk to 64key directory This commit makes the firmware actually compile. * insert complete rules.mk contents Conforms the file to QMK's template. * move info.json to 64key directory * remove concertina.h This file no longer serves a purpose now that everything is in the 64key directory. * complete 64key readme.md Conforms the file more to QMK's template.
Diffstat (limited to 'keyboards/handwired/concertina/info.json')
-rw-r--r--keyboards/handwired/concertina/info.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/keyboards/handwired/concertina/info.json b/keyboards/handwired/concertina/info.json
deleted file mode 100644
index a7dd42b112..0000000000
--- a/keyboards/handwired/concertina/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "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}
- ]
- }
- }
-}