put layers in defines #23
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 Big Switch Firmware' | |
on: | |
workflow_dispatch: # can be triggered manually | |
push: # automatically run on changes to following paths | |
paths: | |
- 'big-switch.yaml' | |
- 'config/big_switch.*' | |
- 'config/shared.dtsi' | |
- 'config/boards/shields/big_switch/*' | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main | |
with: | |
build_matrix_path: big-switch.yaml | |
archive_name: big-switch |