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:
Manna Harbour
2022-04-07 10:19:04 +10:00
parent 5a0a9e1b8f
commit dab63d5540
46 changed files with 127 additions and 167 deletions

View File

@@ -0,0 +1,12 @@
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
#outboard_repository=codeincontext/zmk-config
#outboard_ref=master
#outboard_from=config/boards/shields/ergotravel
#outboard_to=boards/shields/ergotravel
outboard_repository=jchenVT/zmk_ergotravel
outboard_ref=main
outboard_from=config/boards/shields/ergotravel
outboard_to=boards/shields/ergotravel