mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
14 lines
399 B
YAML
14 lines
399 B
YAML
# Copyright 2022 Manna Harbour
|
||
# https://github.com/manna-harbour/miryoku
|
||
|
||
name: 'Build Example 𝑥MK native_posix_64'
|
||
on: workflow_dispatch
|
||
jobs:
|
||
build:
|
||
uses: ./.github/workflows/main.yml
|
||
secrets: inherit
|
||
with:
|
||
board: '["native_posix_64"]'
|
||
custom_config: '["#define MIRYOKU_KLUDGE_TAPDELAY"]'
|
||
branches: '["zmkfirmware/zmk/main petejohanson/zmk/shell/tap-command"]'
|