-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
23 lines (19 loc) · 614 Bytes
/
Copy pathmise.toml
File metadata and controls
23 lines (19 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tools]
python = "3.12"
ninja = "latest"
just = "latest"
# cmake - use system version (brew install cmake)
# dtc - use system version (brew install dtc)
[settings]
env_shell_expand = true
[env]
# ZMK workspace directory (created on init, gitignored)
_.path = ["${PWD}/.venv/bin", "${PWD}/firmware"]
ZMK_WORKSPACE = "${PWD}/zmk-workspace"
# ZEPHYR_BASE should be set by west, not manually
ZMK_CONFIG = "${PWD}/config"
# Python virtual environment
VIRTUAL_ENV = "${PWD}/.venv"
# Zephyr SDK (installed on init)
ZEPHYR_TOOLCHAIN_VARIANT = "zephyr"
ZEPHYR_SDK_INSTALL_DIR = "${PWD}/zmk-workspace/zephyr-sdk-0.16.8"