fix: disable default ZMK widgets to prevent nice_view linker conflicts #153
This file contains hidden or 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: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| build: | |
| uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3 |