From 0865642f2e4f534a68667113e80a784435942c3f Mon Sep 17 00:00:00 2001 From: Egor Duplenskii Date: Mon, 7 Aug 2023 13:14:05 +0200 Subject: [PATCH] Add dao (#31) --- .github/workflows/outboards/boards/dao | 7 +++++++ .github/workflows/test-all-boards.yml | 1 + config/dao.keymap | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 .github/workflows/outboards/boards/dao create mode 100644 config/dao.keymap diff --git a/.github/workflows/outboards/boards/dao b/.github/workflows/outboards/boards/dao new file mode 100644 index 0000000..a19e270 --- /dev/null +++ b/.github/workflows/outboards/boards/dao @@ -0,0 +1,7 @@ +# Copyright 2023 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=yumagulovrn/dao-zmk-config +outboard_ref=main +outboard_from=config/boards/arm/dao +outboard_to=boards/arm/dao diff --git a/.github/workflows/test-all-boards.yml b/.github/workflows/test-all-boards.yml index c951456..a10a328 100644 --- a/.github/workflows/test-all-boards.yml +++ b/.github/workflows/test-all-boards.yml @@ -16,6 +16,7 @@ jobs: "ble_chiffre", "corneish_zen_v1_left","corneish_zen_v1_right", "corneish_zen_v2_left","corneish_zen_v2_right", + "dao_left","dao_right", "ferris_rev02", "ffkb-holyiot", "glove80_lh","glove80_rh", diff --git a/config/dao.keymap b/config/dao.keymap new file mode 100644 index 0000000..ecb49f6 --- /dev/null +++ b/config/dao.keymap @@ -0,0 +1,6 @@ +// Copyright 2023 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/custom_config.h" +#include "../miryoku/mapping/42/corne.h" +#include "../miryoku/miryoku.dtsi"