mouse: adjust scale-multiplier values #168
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 Coconut Planck Firmware' | |
on: | |
workflow_dispatch: # can be triggered manually | |
push: # automatically run on changes to following paths | |
paths: | |
- 'build/planck_rev6.yaml' | |
- 'config/west.yml' | |
- 'config/planck_rev6.*' | |
- 'config/shared.dtsi' | |
- 'config/planck_overrides.dtsi' | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main | |
with: | |
build_matrix_path: build/planck_rev6.yaml | |
archive_name: coconut_planck |