summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps/ble
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/converter/usb_usb/keymaps/ble')
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/README.md30
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/config.h9
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/rules.mk3
3 files changed, 0 insertions, 42 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
diff --git a/keyboards/converter/usb_usb/keymaps/ble/config.h b/keyboards/converter/usb_usb/keymaps/ble/config.h
index c1859b7f1..7fa3bf328 100644
--- a/keyboards/converter/usb_usb/keymaps/ble/config.h
+++ b/keyboards/converter/usb_usb/keymaps/ble/config.h
@@ -3,13 +3,4 @@
#include "../../config.h"
-#undef PRODUCT
-#define PRODUCT QMK BLE Adapter
-#undef DESCRIPTION
-#define DESCRIPTION
-
-// Turn off the mode leds on the BLE module
-#define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
-#define ADAFRUIT_BLE_ENABLE_POWER_LED 0
-
#endif
diff --git a/keyboards/converter/usb_usb/keymaps/ble/rules.mk b/keyboards/converter/usb_usb/keymaps/ble/rules.mk
deleted file mode 100644
index 3beda3f44..000000000
--- a/keyboards/converter/usb_usb/keymaps/ble/rules.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-BLUETOOTH = AdafruitBLE
-ADAFRUIT_BLE_ENABLE = yes
-OPT_DEFS += -DCATERINA_BOOTLOADER \ No newline at end of file