diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index aa6143c..d83561b 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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" |