aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-01-28 08:28:47 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-28 08:28:47 -0800
commit693e1afa59686f9848517a3da895078d51bb6894 (patch)
treeffbf85adfe593894062891006f1c55afe53e8625
parentad6a7e9cec0d733f86a976439625cf30be7e7af9 (diff)
downloadqmk_firmware-693e1afa59686f9848517a3da895078d51bb6894.tar.gz
qmk_firmware-693e1afa59686f9848517a3da895078d51bb6894.zip
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 @@
1{
2 "keyboard_name": "Keeb.io BDN9",
3 "url": "",
4 "maintainer": "nooges",
5 "width": 3,
6 "height": 3,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
13 {"x":0, "y":1},
14 {"x":1, "y":1},
15 {"x":2, "y":1},
16 {"x":0, "y":2},
17 {"x":1, "y":2},
18 {"x":2, "y":2}
19 ]
20 }
21 }
22}