diff options
author | Nick Winans <nick@winans.codes> | 2021-02-04 11:14:14 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-08 10:50:44 -0500 |
commit | 5eace0bbc4bafe8ee95c3c4086ed5403e553634c (patch) | |
tree | b94a7d155ec718c799c1e1be51fd5596002b8722 /app | |
parent | b67156b3f4e5a94984f7de01a5cd4b1ea01e4edb (diff) |
fix(core): Enable sensor by default
Diffstat (limited to 'app')
-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" |