blob: 92df24d00376d890d34bc307d47617689ca135d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#undef PRODUCT
#define PRODUCT QMK BLE Adapter
// Turn off the mode leds on the BLE module
#define BLUEFRUIT_LE_ENABLE_MODE_LEDS 0
#define BLUEFRUIT_LE_ENABLE_POWER_LED 0
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
#define NO_ACTION_ONESHOT
|