mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Refactor workflow and outboards
- 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
This commit is contained in:
4
.github/workflows/outboards/boards/corne-ish_zen
vendored
Normal file
4
.github/workflows/outboards/boards/corne-ish_zen
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
zmk=LOWPROKB/zmk/Board-Corne-ish-Zen-dedicated-work-queue
|
||||
4
.github/workflows/outboards/boards/ferris_rev02
vendored
Normal file
4
.github/workflows/outboards/boards/ferris_rev02
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
zmk=petejohanson/zmk/boards/ferris-02-bling-basics
|
||||
9
.github/workflows/outboards/boards/sparkfun_nrf52840_mini
vendored
Normal file
9
.github/workflows/outboards/boards/sparkfun_nrf52840_mini
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
# use with shield microdox_mod
|
||||
|
||||
outboard_repository=abondis/zmk-config
|
||||
outboard_ref=main
|
||||
outboard_from=config/boards/arm/sparkfun_nrf52840_mini
|
||||
outboard_to=boards/arm/sparkfun_nrf52840_mini
|
||||
@@ -1,8 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=petejohanson/zaphod-config
|
||||
outboard_ref=main
|
||||
outboard_from=boards/arm/zaphod
|
||||
outboard_to=boards/arm/zaphod
|
||||
outboard_manifest=west.yml
|
||||
@@ -1,5 +0,0 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_url_base=https://github.com/LOWPROKB
|
||||
outboard_revision=Board-Corne-ish-Zen-dedicated-work-queue
|
||||
@@ -1,5 +0,0 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_url_base=https://github.com/petejohanson
|
||||
outboard_revision=boards/ferris-02-bling-basics
|
||||
@@ -1,9 +0,0 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
# use with included board sparkfun_nrf52840_mini
|
||||
|
||||
outboard_repository=abondis/zmk-config
|
||||
outboard_ref=main
|
||||
outboard_from=config/boards
|
||||
outboard_to=boards
|
||||
9
.github/workflows/outboards/shields/microdox_mod
vendored
Normal file
9
.github/workflows/outboards/shields/microdox_mod
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
# use with board sparkfun_nrf52840_mini
|
||||
|
||||
outboard_repository=abondis/zmk-config
|
||||
outboard_ref=main
|
||||
outboard_from=config/boards/shields/microdox_mod
|
||||
outboard_to=boards/shields/microdox_mod
|
||||
Reference in New Issue
Block a user