mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
19 lines
509 B
YAML
19 lines
509 B
YAML
# Copyright 2022 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"]'
|
|
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
|
branches: '[
|
|
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
|
|
"zmkfirmware/zmk/main ftc/zmk/mouse-ftc"
|
|
]'
|