config.h 301 B

123456789101112131415
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #undef PRODUCT
  5. #define PRODUCT QMK BLE Adapter
  6. #undef DESCRIPTION
  7. #define DESCRIPTION
  8. // Turn off the mode leds on the BLE module
  9. #define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
  10. #define ADAFRUIT_BLE_ENABLE_POWER_LED 0
  11. #endif