From b7b2360f0f54f1c17799447b63debbdf52ba8a84 Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:05:10 +1100 Subject: [PATCH] Add dactyl_manuform_4x5 --- .../outboards/shields/dactyl_manuform_4x5 | 7 ++++++ .../workflows/test-all-promicro-shields.yml | 1 + config/dactyl_manuform_4x5.keymap | 6 +++++ miryoku/mapping/46/dactyl_manuform_4x5.h | 23 +++++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 .github/workflows/outboards/shields/dactyl_manuform_4x5 create mode 100644 config/dactyl_manuform_4x5.keymap create mode 100644 miryoku/mapping/46/dactyl_manuform_4x5.h diff --git a/.github/workflows/outboards/shields/dactyl_manuform_4x5 b/.github/workflows/outboards/shields/dactyl_manuform_4x5 new file mode 100644 index 0000000..d038f01 --- /dev/null +++ b/.github/workflows/outboards/shields/dactyl_manuform_4x5 @@ -0,0 +1,7 @@ +# Copyright 2022 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=nathanielks/zmk +outboard_ref=add-shield-dactyl-manuform-4x5 +outboard_from=app/boards/shields/dactyl_manuform_4x5 +outboard_to=boards/shields/dactyl_manuform_4x5 diff --git a/.github/workflows/test-all-promicro-shields.yml b/.github/workflows/test-all-promicro-shields.yml index 688c747..293f2db 100644 --- a/.github/workflows/test-all-promicro-shields.yml +++ b/.github/workflows/test-all-promicro-shields.yml @@ -26,6 +26,7 @@ jobs: "corne_left","corne_right", "cradio_left","cradio_right", "crbn", + "dactyl_manuform_4x5_left","dactyl_manuform_4x5_right", "dilemma_left","dilemma_right", "draculad_left","draculad_right", "eek", diff --git a/config/dactyl_manuform_4x5.keymap b/config/dactyl_manuform_4x5.keymap new file mode 100644 index 0000000..2dfb5fe --- /dev/null +++ b/config/dactyl_manuform_4x5.keymap @@ -0,0 +1,6 @@ +// Copyright 2022 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/custom_config.h" +#include "../miryoku/mapping/46/dactyl_manuform_4x5.h" +#include "../miryoku/miryoku.dtsi" diff --git a/miryoku/mapping/46/dactyl_manuform_4x5.h b/miryoku/mapping/46/dactyl_manuform_4x5.h new file mode 100644 index 0000000..4ec1a75 --- /dev/null +++ b/miryoku/mapping/46/dactyl_manuform_4x5.h @@ -0,0 +1,23 @@ +// Copyright 2022 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#if !defined (MIRYOKU_LAYOUTMAPPING_DACTYL_MANUFORM_4X5) + +#define XXX &none + +#define MIRYOKU_LAYOUTMAPPING_DACTYL_MANUFORM_4X5( \ +K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \ +K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \ +K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \ +N30, N31, K32, K33, K34, K35, K36, K37, N38, N39 \ +) \ +K00 K01 K02 K03 K04 K05 K06 K07 K08 K09 \ +K10 K11 K12 K13 K14 K15 K16 K17 K18 K19 \ +K20 K21 K22 K23 K24 K25 K26 K27 K28 K29 \ + XXX XXX XXX XXX \ + K32 K33 K36 K37 \ + K34 XXX XXX K35 \ + XXX XXX XXX XXX +#endif + +#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_DACTYL_MANUFORM_4X5