Adjust zmk-config readme
This commit is contained in:
parent
982126f6dc
commit
8785543065
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue