A zmk version command might be useful to update the repo to change ZMK versions. The tags or releases can be fetched from GH API (with an additional development one tracking main, and in the future, this can help us decouple the config template repo from the latest version updates as well.
In addition, zmk init can accept a --zmk-version parameter to initialize with a specific version.
A
zmk versioncommand might be useful to update the repo to change ZMK versions. The tags or releases can be fetched from GH API (with an additionaldevelopmentone trackingmain, and in the future, this can help us decouple the config template repo from the latest version updates as well.In addition,
zmk initcan accept a--zmk-versionparameter to initialize with a specific version.