summaryrefslogtreecommitdiff
path: root/keyboards/hub16/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-28 05:04:17 +0000
committerQMK Bot <hello@qmk.fm>2021-02-28 05:04:17 +0000
commit93d3cf52ab5fe9196a203e29e7bf537e82fc595f (patch)
treed0e73da4fc5ca8cb73a97af61cf1fa2edc3cfd87 /keyboards/hub16/info.json
parent33c7d6eb9390e263f985928d101fe8cced70121b (diff)
parent03ea478f205e37419032c15c16143c17a5d2b5ae (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hub16/info.json')
-rw-r--r--keyboards/hub16/info.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/hub16/info.json b/keyboards/hub16/info.json
new file mode 100644
index 0000000000..ea6c5ece5c
--- /dev/null
+++ b/keyboards/hub16/info.json
@@ -0,0 +1,31 @@
+{
+ "keyboard_name": "Hub16",
+ "url": "https://joshajohnson.com/hub16-keyboard/",
+ "maintainer": "Josh Johnson",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"Mute", "x":0.5, "y":0},
+ {"label":"Play / Pause", "x":2.5, "y":0},
+ {"label":"7", "x":0, "y":1},
+ {"label":"8", "x":1, "y":1},
+ {"label":"9", "x":2, "y":1},
+ {"label":"*", "x":3, "y":1},
+ {"label":"4", "x":0, "y":2},
+ {"label":"5", "x":1, "y":2},
+ {"label":"6", "x":2, "y":2},
+ {"label":"-", "x":3, "y":2},
+ {"label":"1", "x":0, "y":3},
+ {"label":"2", "x":1, "y":3},
+ {"label":"3", "x":2, "y":3},
+ {"label":"+", "x":3, "y":3},
+ {"label":"MO(1)", "x":0, "y":4},
+ {"label":"0", "x":1, "y":4},
+ {"label":".", "x":2, "y":4},
+ {"label":"N.ENT", "x":3, "y":4}
+ ]
+ }
+ }
+}