mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
- change "merge" option to "branches" - use first branch as base and merge rest - use "zmk" file instead of manifest - checkout to subdirectories - checkout zmk manually - use west just for zephyr - use absolute paths - handle simultaneous board and shield outboards - change outboard and directory names
16 lines
521 B
YAML
16 lines
521 B
YAML
# Copyright 2022 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Build Example mousekeyspr'
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
build:
|
|
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
|
with:
|
|
board: '["nice_nano"]'
|
|
shield: '["corne_left","corne_right"]'
|
|
config: '["#define MIRYOKU_KLUDEGE_MOUSEKEYSPR"]'
|
|
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
|
branches: '["zmkfirmware/zmk/main krikun98/zmk/mouse-pr","krikun98/zmk/mouse-pr"]'
|