fix: removing config value’s dependence
they are already only defined if SETTINGS is defined
This commit is contained in:
parent
3b7428ad85
commit
db3477cfb1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue