fix(core): Enable sensor by default

This commit is contained in:
Nick Winans 2021-02-04 11:14:14 -06:00
parent 0499e7e8ac
commit bfb64ac986

View file

@ -419,6 +419,9 @@ config ZMK_WPM
bool "Calculate WPM"
default n
config SENSOR
default y
module = ZMK
module-str = zmk
source "subsys/logging/Kconfig.template.log_config"