summaryrefslogtreecommitdiffstats
path: root/keyboards/bm16a/info.json
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-03-12 14:38:05 +0000
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-12 07:38:05 -0700
commit9e49f19a1a597f90b519f100b852d44493dcfd78 (patch)
tree7bdd452071776666a833bd0a8390608e9cf3ee67 /keyboards/bm16a/info.json
parentfe642a84fcf1a52cc761dca231244b7971742d00 (diff)
KPrepublic bm16a port (#5383)
* Initial bm16a port * Initial bm16a port - fix readme formatting
Diffstat (limited to 'keyboards/bm16a/info.json')
-rw-r--r--keyboards/bm16a/info.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/bm16a/info.json b/keyboards/bm16a/info.json
new file mode 100644
index 0000000000..4f87c5ae1d
--- /dev/null
+++ b/keyboards/bm16a/info.json
@@ -0,0 +1,30 @@
+{
+ "keyboard_name": "bm16a",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_ortho_4x4": {
+ "key_count": 16,
+ "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":3, "y":1},
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3}
+ ]
+ }
+ }
+ } \ No newline at end of file