From 1a04e9ad214130ae0e04740c3664854e239d3182 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:06:40 +0000 Subject: [PATCH] Improve implementation --- app/Kconfig | 1 - app/boards/shields/settings_reset/Kconfig.defconfig | 3 --- 2 files changed, 4 deletions(-) diff --git a/app/Kconfig b/app/Kconfig index ad92b3e6..b631b250 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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 diff --git a/app/boards/shields/settings_reset/Kconfig.defconfig b/app/boards/shields/settings_reset/Kconfig.defconfig index 3d82ed36..05f3b406 100644 --- a/app/boards/shields/settings_reset/Kconfig.defconfig +++ b/app/boards/shields/settings_reset/Kconfig.defconfig @@ -6,8 +6,5 @@ if SHIELD_SETTINGS_RESET config ZMK_KEYBOARD_NAME default "SETTINGS RESET" -config ZMK_BOOTLOADER_BLE_CLEAR_BONDS - default y - endif