Skip to content

Commit

Permalink
Merge pull request #5 from ErgoDox-EZ/ble_naming
Browse files Browse the repository at this point in the history
Remove keyboard description from Adafruit BLE device name
  • Loading branch information
fdidron authored Apr 16, 2019
2 parents bb91bc4 + 4506931 commit 7a5cbca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmk_core/protocol/lufa/adafruit_ble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 7a5cbca

Please sign in to comment.