Update mouse config to work with PR2027 #356
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 ZMK firmware | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- config/west.yml | |
- config/*.keymap | |
- config/*.dtsi | |
- config/boards/** | |
- build.yaml | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main |