2020-12-04 22:43:05 +00:00
|
|
|
# ZMK Notes for Tidbit
|
|
|
|
|
|
|
|
## Docker Volume
|
|
|
|
|
2020-12-05 23:27:34 +00:00
|
|
|
Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in Docker container
|
2020-12-04 22:43:05 +00:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
``` sh
|
|
|
|
|
2020-12-05 23:53:43 +00:00
|
|
|
west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config
|
2020-12-04 22:43:05 +00:00
|
|
|
|
|
|
|
```
|