summaryrefslogtreecommitdiffstats
path: root/keyboards/puck/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-12 21:46:56 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-12 21:46:56 +0100
commitf6c0d999b99c6d18f838cd5d36f0351ca3345630 (patch)
treebf40e52d952ccb617c9940dd2a50a9e4f73d7175 /keyboards/puck/info.json
parentbaf69ee89ded94b31a81c0b97ea942f489933a5b (diff)
downloadqmk_firmware-f6c0d999b99c6d18f838cd5d36f0351ca3345630.tar.gz
qmk_firmware-f6c0d999b99c6d18f838cd5d36f0351ca3345630.tar.xz
Puck Refactor, Configurator support and readme cleanup (#4615)
* Puck: layout macro refactor Reformat layout macro to resemble physical keyboard layout. * Puck: Configurator support * Puck: readme cleanup Markdown formatting corrections.
Diffstat (limited to 'keyboards/puck/info.json')
-rw-r--r--keyboards/puck/info.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/puck/info.json b/keyboards/puck/info.json
new file mode 100644
index 000000000..e8d03a43f
--- /dev/null
+++ b/keyboards/puck/info.json
@@ -0,0 +1,25 @@
+{
+ "keyboard_name": "Puck",
+ "url": "",
+ "maintainer": "john-pettigrew",
+ "width": 3,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"SW1", "x":0, "y":0},
+ {"label":"SW2", "x":1, "y":0},
+ {"label":"SW3", "x":2, "y":0},
+ {"label":"SW4", "x":0, "y":1},
+ {"label":"SW5", "x":1, "y":1},
+ {"label":"SW6", "x":2, "y":1},
+ {"label":"SW7", "x":0, "y":2},
+ {"label":"SW8", "x":1, "y":2},
+ {"label":"SW9", "x":2, "y":2},
+ {"label":"SW10", "x":0, "y":3},
+ {"label":"SW11", "x":1, "y":3},
+ {"label":"SW12", "x":2, "y":3}
+ ]
+ }
+ }
+}