config.h 272 B

12345678910111213
  1. #ifndef CONFIG_BLE_H
  2. #define CONFIG_BLE_H
  3. #undef PRODUCT
  4. #define PRODUCT QMK BLE Adapter
  5. #undef DESCRIPTION
  6. #define DESCRIPTION
  7. // Turn off the mode leds on the BLE module
  8. #define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
  9. #define ADAFRUIT_BLE_ENABLE_POWER_LED 0
  10. #endif