]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/converter/usb_usb/keymaps/ble/README.md
qwerty_code_friendly: configurable left thumb
[qmk_firmware.git] / keyboards / converter / usb_usb / keymaps / ble / README.md
1 QMK BLE Adapter
2 ===============
3 A small device that reads USB keyboard input and passes it on over Bluetooth LE HID.
4
5 ![Picture of Adapter](https://i.imgur.com/O3VwBBJ.png)
6
7 Hardware
8 --------
9 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).
10
11 Schematic:
12 ![Schematic](https://i.imgur.com/s1Ia9We.png)
13
14 Part list:
15 * [Adafruit Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
16 * [USB Host Mini](https://www.circuitsathome.com/arduino_usb_host_shield_projects/)
17 * [Pololu 5V Step-Up Voltage Regulator U3V12F5](https://www.pololu.com/product/2115)
18 * [Lithium Ion Battery - 3.7v 2000mAh](https://www.adafruit.com/product/2011)
19 * Some sort of switch to be able to turn it off
20
21 Building and Flashing
22 ---------------------
23
24 ```
25 make converter-usb_usb-ble
26 ```
27
28 ```
29 make converter-usb_usb-ble-avrdude
30 ```