]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
BDN9 Configurator support (#4978)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Mon, 28 Jan 2019 16:28:47 +0000 (08:28 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 28 Jan 2019 16:28:47 +0000 (08:28 -0800)
keyboards/bdn9/info.json

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a985a05e04d1b44c04d3150c89261bace5be8528 100644 (file)
@@ -0,0 +1,22 @@
+{
+  "keyboard_name": "Keeb.io BDN9",
+  "url": "",
+  "maintainer": "nooges",
+  "width": 3,
+  "height": 3,
+  "layouts": {
+    "LAYOUT": {
+      "layout": [
+        {"x":0, "y":0},
+        {"x":1, "y":0},
+        {"x":2, "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}
+      ]
+    }
+  }
+}