Added BLE support for USB-USB converter. (#1824)
* Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
This commit is contained in:
committed by
Jack Humbert
parent
aa660c1eb7
commit
ba4b3d9d72
15
keyboards/converter/usb_usb/keymaps/ble/config.h
Normal file
15
keyboards/converter/usb_usb/keymaps/ble/config.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user