From 6265b783073e943b8f5b2f7118a2ec8df1fd2ebc Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Sun, 12 Apr 2020 09:15:31 -0700 Subject: [Keyboard] Add handwired BDN9-BLE (#8192) * Add handwired BDN9-BLE * Apply suggestions from code review Co-Authored-By: Ryan * Update keyboards/handwired/bdn9_ble/rules.mk Co-Authored-By: Ryan * Update keyboards/handwired/bdn9_ble/rules.mk Co-Authored-By: Ryan * Update keyboards/handwired/bdn9_ble/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/handwired/bdn9_ble/info.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/handwired/bdn9_ble/info.json (limited to 'keyboards/handwired/bdn9_ble/info.json') 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} + ] + } + } +} -- cgit v1.2.3