keyboard/keyboards/zmk-config/README.md

18 lines
579 B
Markdown

# ZMK Notes
## Docker Volume
Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in Docker container
## Building
``` sh
west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config
west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config
west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config
```