No description
Find a file
ember ana e710be9345
All checks were successful
Build ZMK for cpuapp / build (push) Successful in 4m32s
properly version refs
2025-05-28 18:29:26 +02:00
.forgejo/workflows i guess not 2025-01-07 21:59:41 +01:00
.west update to match dependencies 2025-01-02 18:23:24 +01:00
config build some keyed boards 2025-01-01 02:59:24 +01:00
manifest properly version refs 2025-05-28 18:29:26 +02:00
.gitignore initial commit 2025-01-01 02:33:54 +01:00
README.md update to match dependencies 2025-01-02 18:23:24 +01:00

zmk firmware builder

TODO: description

building locally

  1. create a virtualenv and install west
python3 -m venv .venv
source .venv/bin/activate
pip install west
  1. pull in dependencies
west update
pip install -r zephyr/scripts/requirements-base.txt
west zephyr-export
  1. install the zephyr sdk

  2. 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"
  1. your firmware has been cooked 🧁 to ./build/zephyr/zmk.hex