diff --git a/app/boards/shields/settings_reset/Kconfig.defconfig b/app/boards/shields/settings_reset/Kconfig.defconfig index 05f3b406..3d82ed36 100644 --- a/app/boards/shields/settings_reset/Kconfig.defconfig +++ b/app/boards/shields/settings_reset/Kconfig.defconfig @@ -6,5 +6,8 @@ if SHIELD_SETTINGS_RESET config ZMK_KEYBOARD_NAME default "SETTINGS RESET" +config ZMK_BOOTLOADER_BLE_CLEAR_BONDS + default y + endif diff --git a/app/src/ble.c b/app/src/ble.c index afa3ec66..b53a6387 100644 --- a/app/src/ble.c +++ b/app/src/ble.c @@ -48,7 +48,7 @@ static uint8_t passkey_digit = 0; #endif /* IS_ENABLED(CONFIG_ZMK_BLE_PASSKEY_ENTRY) */ #if IS_ENABLED(CONFIG_ZMK_BOOTLOADER_BLE_CLEAR_BONDS) -#include +#include #endif #if IS_ENABLED(CONFIG_ZMK_SPLIT_ROLE_CENTRAL)