No description
|
All checks were successful
Build ZMK for cpuapp / build (push) Successful in 4m32s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .west | ||
| config | ||
| manifest | ||
| .gitignore | ||
| README.md | ||
zmk firmware builder
TODO: description
building locally
- create a virtualenv and install west
python3 -m venv .venv
source .venv/bin/activate
pip install west
- pull in dependencies
west update
pip install -r zephyr/scripts/requirements-base.txt
west zephyr-export
-
build the thing!
west build -b coquette_mariposa_cpuapp -s zmk/app -- -DSHIELD=coquette_parpar -DZMK_EXTRA_MODULES="$(pwd)/modules/coquette-mariposa;$(pwd)/modules/coquette-mariposa-zmk;$(pwd)/modules/coquette-parpar-zmk"
- your firmware has been cooked 🧁 to
./build/zephyr/zmk.hex