summaryrefslogtreecommitdiff
path: root/keyboards/mountainblocks/mb17/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-03-26 17:54:06 -0700
committerGitHub <noreply@github.com>2020-03-26 17:54:06 -0700
commitb9d0b1f06478a1b3f596882b33cb9bd84e477bea (patch)
tree2f9ccc346bb1848769c2b0f61a555455e272ccad /keyboards/mountainblocks/mb17/info.json
parented80874f726631e2fe111f9a50f4d5d2dc7c7963 (diff)
downloadqmk_firmware-b9d0b1f06478a1b3f596882b33cb9bd84e477bea.tar.gz
qmk_firmware-b9d0b1f06478a1b3f596882b33cb9bd84e477bea.zip
[Keyboard] MountainBlocks MB17 (#8554)
* initial commit * preliminary support for mb17 using the qmk default keymap * add the VIA keymap * add qmk configurator support * code cleanups before submission * Update keyboards/mountainblocks/mb17/rules.mk * Update keyboards/mountainblocks/mb17/info.json * remove file
Diffstat (limited to 'keyboards/mountainblocks/mb17/info.json')
-rw-r--r--keyboards/mountainblocks/mb17/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/mountainblocks/mb17/info.json b/keyboards/mountainblocks/mb17/info.json
new file mode 100644
index 0000000000..02f4021849
--- /dev/null
+++ b/keyboards/mountainblocks/mb17/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "MB17",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":1, "h":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":0, "y":4, "w":2}, {"x":2, "y":4}, {"x":3, "y":3, "h":2}]
+ }
+ }
+}