diff options
author | Benjamin Smith <Merlin04@users.noreply.github.com> | 2020-04-12 09:15:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 09:15:31 -0700 |
commit | 6265b783073e943b8f5b2f7118a2ec8df1fd2ebc (patch) | |
tree | dd7be0c9f758d62686f9aae56cb7f76a5e4df398 /keyboards/handwired/bdn9_ble/info.json | |
parent | 23124b9fd1d667b3457410b771153361e22ae133 (diff) |
[Keyboard] Add handwired BDN9-BLE (#8192)
* Add handwired BDN9-BLE
* Apply suggestions from code review
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/bdn9_ble/rules.mk
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/bdn9_ble/rules.mk
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/bdn9_ble/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/handwired/bdn9_ble/info.json')
-rw-r--r-- | keyboards/handwired/bdn9_ble/info.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/bdn9_ble/info.json b/keyboards/handwired/bdn9_ble/info.json new file mode 100644 index 0000000000..49bf627197 --- /dev/null +++ b/keyboards/handwired/bdn9_ble/info.json @@ -0,0 +1,22 @@ +{ + "keyboard_name": "KeyPCB/Keeb.io BDN9-BLE", + "url": "", + "maintainer": "merlin04", + "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} + ] + } + } +} |