From ebb5c7929b1f3b286990a075d6a1a7db829c6d1a Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 5 Dec 2020 23:36:50 +0000 Subject: [PATCH] Upadate personal tidbit config to include sensor loggin --- keyboards/zmk-config/config/tidbit.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/zmk-config/config/tidbit.conf b/keyboards/zmk-config/config/tidbit.conf index 2559ddcd..5aad4f8c 100644 --- a/keyboards/zmk-config/config/tidbit.conf +++ b/keyboards/zmk-config/config/tidbit.conf @@ -45,6 +45,6 @@ CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" CONFIG_USB_UART_DTR_WAIT=n # Sensor logging -#CONFIG_SENSOR_LOG_LEVEL_DBG=y -#CONFIG_SENSOR_LOG_LEVEL=4 -#CONFIG_SENSOR_INIT_PRIORITY=90 \ No newline at end of file +CONFIG_SENSOR_LOG_LEVEL_DBG=y +CONFIG_SENSOR_LOG_LEVEL=4 +CONFIG_SENSOR_INIT_PRIORITY=90 \ No newline at end of file