summaryrefslogtreecommitdiff
path: root/keyboards/hub16/info.json
diff options
context:
space:
mode:
authorJosh Johnson <josh@joshajohnson.com>2021-02-28 16:03:49 +1100
committerGitHub <noreply@github.com>2021-02-28 16:03:49 +1100
commit03ea478f205e37419032c15c16143c17a5d2b5ae (patch)
tree31c4e588ccb563f9b0ec68ce5df2e3a9b167bdf4 /keyboards/hub16/info.json
parente4d3ff2374142fe6431b68874f6604a471732fae (diff)
Hub16 QMK configurator support + various bugfixes (#11496)
* qmk configurator support + various bugfixes * Update keyboards/hub16/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
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}
+ ]
+ }
+ }
+}