Quellcode durchsuchen

Remove keyboard description from Adafruit BLE device name

fauxpark vor 6 Jahren
Ursprung
Commit
8dd0ff6c7a
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      tmk_core/protocol/lufa/adafruit_ble.cpp

+ 1 - 2
tmk_core/protocol/lufa/adafruit_ble.cpp

@@ -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";