keyboard/keyboards/zmk-config/README.md

14 lines
279 B
Markdown
Raw Normal View History

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