Improve implementation

This commit is contained in:
ReFil 2024-02-12 14:06:40 +00:00
parent 0780a204eb
commit 1a04e9ad21
2 changed files with 0 additions and 4 deletions

View file

@ -221,7 +221,6 @@ config ZMK_BLE_CLEAR_BONDS_ON_START
config ZMK_BOOTLOADER_BLE_CLEAR_BONDS
bool "Configuration that resets to bootloader after clearing all bond information"
depends on ZMK_BLE_CLEAR_BONDS_ON_START
default n
# HID GATT notifications sent this way are *not* picked up by Linux, and possibly others.
config BT_GATT_NOTIFY_MULTIPLE

View file

@ -6,8 +6,5 @@ if SHIELD_SETTINGS_RESET
config ZMK_KEYBOARD_NAME
default "SETTINGS RESET"
config ZMK_BOOTLOADER_BLE_CLEAR_BONDS
default y
endif