mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 10:45:04 +00:00
Add xmk
This commit is contained in:
12
.github/workflows/build-example-xmk-native_posix_64.yml
vendored
Normal file
12
.github/workflows/build-example-xmk-native_posix_64.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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"]'
|
||||
branches: '["zmkfirmware/zmk/main petejohanson/zmk/shell/tap-command"]'
|
||||
13
.github/workflows/build-example-xmk-xmk.yml
vendored
Normal file
13
.github/workflows/build-example-xmk-xmk.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Build Example 𝑥MK xmk'
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/main.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
board: '["nice_nano_v2"]'
|
||||
shield: '["xmk"]'
|
||||
branches: '["zmkfirmware/zmk/main petejohanson/zmk/shell/tap-command"]'
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -268,7 +268,7 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::copy"
|
||||
for extension in 'uf2' 'bin' 'hex'
|
||||
for extension in 'uf2' 'bin' 'hex' 'elf'
|
||||
do
|
||||
file="${GITHUB_WORKSPACE}/zmk/app/build/zephyr/zmk.$extension"
|
||||
if [ -f "$file" ]
|
||||
|
||||
7
.github/workflows/outboards/shields/xmk
vendored
Normal file
7
.github/workflows/outboards/shields/xmk
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=manna-harbour/xmk
|
||||
outboard_ref=main
|
||||
outboard_from=zmk/boards/shields/xmk
|
||||
outboard_to=boards/shields/xmk
|
||||
1
.github/workflows/test-all-boards.yml
vendored
1
.github/workflows/test-all-boards.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
"ffkb-holyiot",
|
||||
"glove80_left","glove80_right",
|
||||
"klacker_bs",
|
||||
"native_posix_64",
|
||||
"nice60",
|
||||
"one42",
|
||||
"planck_rev6",
|
||||
|
||||
@@ -72,5 +72,6 @@ jobs:
|
||||
"tbkmini_adapterv2_left","tbkmini_adapterv2_right",
|
||||
"tightyl_left","tightyl_right",
|
||||
"viterbi_left","viterbi_right",
|
||||
"xmk",
|
||||
"zodiark_left","zodiark_right"
|
||||
]'
|
||||
|
||||
1
.github/workflows/test-all-xiao-shields.yml
vendored
1
.github/workflows/test-all-xiao-shields.yml
vendored
@@ -13,5 +13,6 @@ jobs:
|
||||
shield: '[
|
||||
"clog_v2_left","clog_v2_right",
|
||||
"hummingbird",
|
||||
"xmk",
|
||||
"zaphod_lite"
|
||||
]'
|
||||
|
||||
Reference in New Issue
Block a user