Browse Source

fix(core): Enable sensor by default

xmkb
Nick Winans 4 years ago committed by Pete Johanson
parent
commit
5eace0bbc4
  1. 3
      app/Kconfig

3
app/Kconfig

@ -419,6 +419,9 @@ config ZMK_WPM @@ -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"

Loading…
Cancel
Save