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:
7
.github/workflows/outboards/boards/ahokore
vendored
Normal file
7
.github/workflows/outboards/boards/ahokore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=dezlidezlidezli/ahokore-zmk-config
|
||||
outboard_ref=master
|
||||
outboard_from=config/boards/arm/ahokore
|
||||
outboard_to=boards/arm/ahokore
|
||||
7
.github/workflows/outboards/boards/ble_chiffre
vendored
Normal file
7
.github/workflows/outboards/boards/ble_chiffre
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=tominabox1/zmk-config2
|
||||
outboard_ref=master
|
||||
outboard_from=config/boards/arm/ble_chiffre
|
||||
outboard_to=boards/arm/ble_chiffre
|
||||
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
|
||||
7
.github/workflows/outboards/boards/one42
vendored
Normal file
7
.github/workflows/outboards/boards/one42
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=cyril279/zmk-config-one42
|
||||
outboard_ref=main
|
||||
outboard_from=config/boards/arm/one42
|
||||
outboard_to=boards/arm/one42
|
||||
7
.github/workflows/outboards/boards/preonic_rev3
vendored
Normal file
7
.github/workflows/outboards/boards/preonic_rev3
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=shurikai/zmk
|
||||
outboard_ref=add_preonic
|
||||
outboard_from=app/boards/arm/preonic
|
||||
outboard_to=boards/arm/preonic
|
||||
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
|
||||
7
.github/workflows/outboards/boards/technikable
vendored
Normal file
7
.github/workflows/outboards/boards/technikable
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=petejohanson/technikable-zmk-config
|
||||
outboard_ref=main
|
||||
outboard_from=boards/arm/technikable
|
||||
outboard_to=boards/arm/technikable
|
||||
7
.github/workflows/outboards/boards/zaphod
vendored
Normal file
7
.github/workflows/outboards/boards/zaphod
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user