Cleanup zmk-config readme, fix bcmake error
This commit is contained in:
parent
ebb5c7929b
commit
534c3330f4
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue