mouse: override mmv just to be able to add a scale-multiplier
to it…
#242
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build Swept NiceHat Firmware' | |
on: | |
workflow_dispatch: # can be triggered manually | |
push: # automatically run on changes to following paths | |
paths: | |
- 'build/swept.yaml' | |
- 'config/west.yml' | |
- 'config/corne.*' | |
- 'config/shared.dtsi' | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main | |
with: | |
build_matrix_path: build/swept.yaml | |
archive_name: swept-nicehat |