zmk-config/mise.toml
2025-06-22 09:45:36 +02:00

17 lines
337 B
TOML

[tools]
cmake = "latest"
pipx = "latest"
"pipx:west" = "latest"
python = "latest"
[tasks.setup]
run = [
"west init -l app/ --mf {{config_root}}/config/west.yml",
"west update",
"west zephyr-export"
]
[tasks.build]
# Not working yet...
run = "west build -b nice_nano_v2 -- -DZMK_CONFIG=\"{{config_root}}/config\""
dir = "zmk/app"