Remove zip_scroll_scaler since it is in ZMK now #454
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/*.conf | |
- config/includes/*.dtsi | |
- boards/** | |
- build.yaml | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main |