~ruther/qmk_firmware

8dd0ff6c7a1ebc70fb70fe64654353d3e5afeb68 — fauxpark 6 years ago 9a70163
Remove keyboard description from Adafruit BLE device name
1 files changed, 1 insertions(+), 2 deletions(-)

M tmk_core/protocol/lufa/adafruit_ble.cpp
M tmk_core/protocol/lufa/adafruit_ble.cpp => tmk_core/protocol/lufa/adafruit_ble.cpp +1 -2
@@ 533,8 533,7 @@ bool adafruit_ble_enable_keyboard(void) {
  // Disable command echo
  static const char kEcho[] PROGMEM = "ATE=0";
  // Make the advertised name match the keyboard
  static const char kGapDevName[] PROGMEM =
      "AT+GAPDEVNAME=" STR(PRODUCT) " " STR(DESCRIPTION);
  static const char kGapDevName[] PROGMEM = "AT+GAPDEVNAME=" STR(PRODUCT);
  // Turn on keyboard support
  static const char kHidEnOn[] PROGMEM = "AT+BLEHIDEN=1";