summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig
index f4a316b..68363d5 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -419,6 +419,11 @@ config ZMK_WPM
config SENSOR
default y
+choice CBPRINTF_IMPLEMENTATION
+ default CBPRINTF_NANO
+
+endchoice
+
module = ZMK
module-str = zmk
source "subsys/logging/Kconfig.template.log_config"