From 9e49f19a1a597f90b519f100b852d44493dcfd78 Mon Sep 17 00:00:00 2001 From: zvecr Date: Tue, 12 Mar 2019 14:38:05 +0000 Subject: KPrepublic bm16a port (#5383) * Initial bm16a port * Initial bm16a port - fix readme formatting --- keyboards/bm16a/info.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 keyboards/bm16a/info.json (limited to 'keyboards/bm16a/info.json') 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 -- cgit v1.2.3