Cleanup zmk-config readme, fix bcmake error

This commit is contained in:
KemoNine 2020-12-05 23:53:43 +00:00
parent ebb5c7929b
commit 534c3330f4
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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