Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump zsa_firmware from e777bc9 to 0b6f7f9 #157

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ QMK_REPO ?= zsa/qmk_firmware
QMK_BRANCH ?= firmware22

.PHONY: build
build: zsa_firmware/keyboards/moonlander/keymaps/mcoding zsa_firmware/.build/moonlander_mcoding.bin
build: zsa_firmware/keyboards/zsa/moonlander/keymaps/mcoding zsa_firmware/.build/moonlander_mcoding.bin

.PHONY: qmk_setup
qmk_setup:
make -C zsa_firmware git-submodules
cd zsa_firmware && qmk setup $(QMK_REPO) -b $(QMK_BRANCH) -y

zsa_firmware/keyboards/moonlander/keymaps/mcoding: mcoding qmk_setup
zsa_firmware/keyboards/zsa/moonlander/keymaps/mcoding: mcoding qmk_setup
rm -rf "$@"
cp -r "$<" "$@"

zsa_firmware/.build/moonlander_mcoding.bin: mcoding qmk_setup
make -C zsa_firmware moonlander:mcoding
make -C zsa_firmware zsa/moonlander:mcoding
2 changes: 1 addition & 1 deletion zsa_firmware
Submodule zsa_firmware updated 1290 files
Loading