forked from mint/swordbill
my firmware configuration for the coquette keyboard
| .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 -S studio-rpc-usb-uart -- -DSHIELD=coquette_parpar -DZMK_EXTRA_MODULES="$(pwd)/modules/coquette-mariposa;$(pwd)/modules/coquette-parpar-zmk" -DZMK_CONFIG="$(pwd)/config" -DCMAKE_POLICY_VERSION_MINIMUM=3.5
- your firmware has been cooked 🧁 to
./build/zephyr/zmk.hex