summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps/ble/config.h
blob: c1859b7f1a6ff5bf0c5de888acae9c3fe1e9973b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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