diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 072795e317..1b3eb6def6 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -321,7 +321,7 @@ config ZMK_BATTERY_REPORTING bool "Battery level detection/reporting" default n select SENSOR - select BT_BAS if ZMK_BLE + imply BT_BAS if ZMK_BLE config ZMK_IDLE_TIMEOUT int "Milliseconds of inactivity before entering idle state (OLED shutoff, etc)" |