Browse Source

BDN9 Configurator support (#4978)

pull/4987/head
noroadsleft 5 years ago
committed by MechMerlin
parent
commit
693e1afa59
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      keyboards/bdn9/info.json

+ 22
- 0
keyboards/bdn9/info.json View 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}
]
}
}
}

Loading…
Cancel
Save