summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-01-28 17:28:47 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-28 17:28:47 +0100
commit693e1afa59686f9848517a3da895078d51bb6894 (patch)
treeffbf85adfe593894062891006f1c55afe53e8625
parentad6a7e9cec0d733f86a976439625cf30be7e7af9 (diff)
downloadqmk_firmware-693e1afa59686f9848517a3da895078d51bb6894.tar.gz
qmk_firmware-693e1afa59686f9848517a3da895078d51bb6894.tar.xz
BDN9 Configurator support (#4978)
-rw-r--r--keyboards/bdn9/info.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/bdn9/info.json b/keyboards/bdn9/info.json
index e69de29bb..a985a05e0 100644
--- a/keyboards/bdn9/info.json
+++ b/keyboards/bdn9/info.json
@@ -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}
+ ]
+ }
+ }
+}