You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
272 B
C
14 lines
272 B
C
7 years ago
|
#ifndef CONFIG_BLE_H
|
||
|
#define CONFIG_BLE_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
|