Build Example mousekeyspr #12
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
# Copyright 2024 Manna Harbour | |
# https://github.com/manna-harbour/miryoku | |
name: 'Build Example mousekeyspr' | |
on: workflow_dispatch | |
jobs: | |
build: | |
uses: ./.github/workflows/main.yml | |
secrets: inherit | |
with: | |
board: '["nice_nano"]' | |
shield: '["corne_left"]' | |
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' | |
branches: '["caksoylar/zmk/feat/mouse-keys-3.2","zmkfirmware/zmk/main caksoylar/zmk/feat/mouse-keys-3.2"]' |