diff --git a/keyboards/zmk-config/README.md b/keyboards/zmk-config/README.md index 37cb90b0..e7436aa0 100644 --- a/keyboards/zmk-config/README.md +++ b/keyboards/zmk-config/README.md @@ -8,6 +8,6 @@ Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in D ``` sh -west build --board nice_nano -d build/tidbit . -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config +west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config ``` diff --git a/keyboards/zmk-config/config/tidbit.conf b/keyboards/zmk-config/config/tidbit.conf index 5aad4f8c..d40c4b86 100644 --- a/keyboards/zmk-config/config/tidbit.conf +++ b/keyboards/zmk-config/config/tidbit.conf @@ -46,5 +46,5 @@ CONFIG_USB_UART_DTR_WAIT=n # Sensor logging CONFIG_SENSOR_LOG_LEVEL_DBG=y -CONFIG_SENSOR_LOG_LEVEL=4 +#CONFIG_SENSOR_LOG_LEVEL=4 CONFIG_SENSOR_INIT_PRIORITY=90 \ No newline at end of file