fix: removing config value’s dependence

they are already only defined if SETTINGS is defined
This commit is contained in:
Timoyoungster 2024-05-26 17:48:16 +02:00 committed by GitHub
parent 3b7428ad85
commit db3477cfb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -637,12 +637,10 @@ config ZMK_SETTINGS_SAVE_DEBOUNCE
config ZMK_SETTINGS_SAVE_ENDPOINTS config ZMK_SETTINGS_SAVE_ENDPOINTS
bool "save endpoints configuration" bool "save endpoints configuration"
depends on CONFIG_SETTINGS
default y default y
config ZMK_SETTINGS_SAVE_EXT_POWER config ZMK_SETTINGS_SAVE_EXT_POWER
bool "save ext power state" bool "save ext power state"
depends on CONFIG_SETTINGS
default y default y
#SETTINGS #SETTINGS