Adjust zmk-config readme

This commit is contained in:
KemoNine 2020-12-05 23:27:34 +00:00
parent 982126f6dc
commit 8785543065
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
## Docker Volume
Need to have the `zmk-config` directory mounted at `/root/zmk-config` in Docker container
Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in Docker container
## Building
``` sh
west build -p --board nice_nano -d build/tidbit/ -- -DSHIELD=tidbit -DZMK_CONFIG="/root/zmk-config/config"
west build --board nice_nano -d build/tidbit . -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config
```