aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Kconfig
diff options
context:
space:
mode:
authorNick Winans <[email protected]>2021-02-04 11:14:14 -0600
committerPete Johanson <[email protected]>2021-02-08 10:50:44 -0500
commit5eace0bbc4bafe8ee95c3c4086ed5403e553634c (patch)
treeb94a7d155ec718c799c1e1be51fd5596002b8722 /app/Kconfig
parentb67156b3f4e5a94984f7de01a5cd4b1ea01e4edb (diff)
downloadzmk-5eace0bbc4bafe8ee95c3c4086ed5403e553634c.tar.gz
zmk-5eace0bbc4bafe8ee95c3c4086ed5403e553634c.zip
fix(core): Enable sensor by default
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig
index aa6143ce43..d83561b702 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"