summaryrefslogtreecommitdiffstats
path: root/keyboards/levinson/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-29 07:24:23 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-29 07:24:23 +0200
commitb4888eee145628cbac0d523267a2c3bf5ccfd3a7 (patch)
treea4df44c3e080230f2df648ae0231c727c943c509 /keyboards/levinson/info.json
parent91e8e8d916eca4fb9db69876d91d7987946cf540 (diff)
downloadqmk_firmware-b4888eee145628cbac0d523267a2c3bf5ccfd3a7.tar.gz
qmk_firmware-b4888eee145628cbac0d523267a2c3bf5ccfd3a7.tar.xz
Levinson Configurator support (#3260)
* Configurator support * Deleted deprecated KC_LAYOUT_ortho_4x12 matrix alias * Refactor valgrahf keymap for new matrix name
Diffstat (limited to 'keyboards/levinson/info.json')
-rw-r--r--keyboards/levinson/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/levinson/info.json b/keyboards/levinson/info.json
new file mode 100644
index 000000000..4305135a1
--- /dev/null
+++ b/keyboards/levinson/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Levinson",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 13,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}, {"x":12, "y":3}]
+ }
+ }
+}