fix(core): Enable sensor by default
This commit is contained in:
parent
b67156b3f4
commit
5eace0bbc4
1 changed files with 3 additions and 0 deletions
|
@ -419,6 +419,9 @@ config ZMK_WPM
|
||||||
bool "Calculate WPM"
|
bool "Calculate WPM"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config SENSOR
|
||||||
|
default y
|
||||||
|
|
||||||
module = ZMK
|
module = ZMK
|
||||||
module-str = zmk
|
module-str = zmk
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
Loading…
Reference in a new issue