summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps/ble/README.md
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-11-08 17:11:44 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-08 17:11:44 +0100
commit3b5381d6893b02b48b9abd4845220cd68d02979f (patch)
tree79ea380d96b82f3651b6d5bbfabdff296fd886da /keyboards/converter/usb_usb/keymaps/ble/README.md
parentaee67854769feee7e94edd90686178d89946a7ee (diff)
downloadqmk_firmware-3b5381d6893b02b48b9abd4845220cd68d02979f.tar.gz
qmk_firmware-3b5381d6893b02b48b9abd4845220cd68d02979f.tar.xz
restructure converters (#1825)
* restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
Diffstat (limited to 'keyboards/converter/usb_usb/keymaps/ble/README.md')
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/README.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/keyboards/converter/usb_usb/keymaps/ble/README.md b/keyboards/converter/usb_usb/keymaps/ble/README.md
deleted file mode 100644
index 0ee7223fd..000000000
--- a/keyboards/converter/usb_usb/keymaps/ble/README.md
+++ /dev/null
@@ -1,30 +0,0 @@
-QMK BLE Adapter
-===============
-A small device that reads USB keyboard input and passes it on over Bluetooth LE HID.
-
-![Picture of Adapter](https://i.imgur.com/O3VwBBJ.png)
-
-Hardware
---------
-The hardware is relatively easy to assemble. Just follow the schematic and don't forget to [cut the VBUS jumper](https://www.pjrc.com/teensy/td_libs_USBHostShield_4a.jpg).
-
-Schematic:
-![Schematic](https://i.imgur.com/s1Ia9We.png)
-
-Part list:
-* [Adafruit Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
-* [USB Host Mini](https://www.circuitsathome.com/arduino_usb_host_shield_projects/)
-* [Pololu 5V Step-Up Voltage Regulator U3V12F5](https://www.pololu.com/product/2115)
-* [Lithium Ion Battery - 3.7v 2000mAh](https://www.adafruit.com/product/2011)
-* Some sort of switch to be able to turn it off
-
-Building and Flashing
----------------------
-
-```
-make converter-usb_usb-ble
-```
-
-```
-make converter-usb_usb-ble-avrdude
-``` \ No newline at end of file