From 5457575bb727d10a732a311ed9558dd1921727bc Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:11:33 +1100 Subject: [PATCH] Add zaphod_lite --- .github/workflows/outboards/zaphod_lite.outboard | 7 +++++++ .github/workflows/test-all-seeeduino_xiao-shields.yml | 4 ++-- config/zaphod_lite.keymap | 6 ++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/outboards/zaphod_lite.outboard create mode 100644 config/zaphod_lite.keymap diff --git a/.github/workflows/outboards/zaphod_lite.outboard b/.github/workflows/outboards/zaphod_lite.outboard new file mode 100644 index 0000000..3160b8d --- /dev/null +++ b/.github/workflows/outboards/zaphod_lite.outboard @@ -0,0 +1,7 @@ +# Copyright 2022 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=petejohanson/zaphod-config +outboard_ref=zaphod-lite +outboard_from=boards/shields/zaphod_lite +outboard_to=boards/shields/zaphod_lite diff --git a/.github/workflows/test-all-seeeduino_xiao-shields.yml b/.github/workflows/test-all-seeeduino_xiao-shields.yml index 18dc99a..4cc4ff3 100644 --- a/.github/workflows/test-all-seeeduino_xiao-shields.yml +++ b/.github/workflows/test-all-seeeduino_xiao-shields.yml @@ -9,5 +9,5 @@ jobs: if: github.repository_owner == 'manna-harbour' uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 with: - board: '["seeeduino_xiao"]' - shield: '["hummingbird"]' + board: '["seeeduino_xiao","seeeduino_xiao_ble"]' + shield: '["hummingbird","zaphod_lite"]' diff --git a/config/zaphod_lite.keymap b/config/zaphod_lite.keymap new file mode 100644 index 0000000..c426df8 --- /dev/null +++ b/config/zaphod_lite.keymap @@ -0,0 +1,6 @@ +// Copyright 2021 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/custom_config.h" +#include "../miryoku/mapping/34-ferris.h" +#include "../miryoku/miryoku.dtsi"