From a1f1eae0666b7b33ad789b10822297169754a349 Mon Sep 17 00:00:00 2001 From: BeatGrate <31194642+BeatGrate@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:20:30 -0700 Subject: [PATCH] Add le_chiffre_stm32 (#63) --- .github/workflows/outboards/boards/le_chiffre_stm32 | 7 +++++++ .github/workflows/test-all-boards.yml | 1 + config/le_chiffre_stm32.keymap | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 .github/workflows/outboards/boards/le_chiffre_stm32 create mode 100644 config/le_chiffre_stm32.keymap diff --git a/.github/workflows/outboards/boards/le_chiffre_stm32 b/.github/workflows/outboards/boards/le_chiffre_stm32 new file mode 100644 index 000000000..631d10601 --- /dev/null +++ b/.github/workflows/outboards/boards/le_chiffre_stm32 @@ -0,0 +1,7 @@ +# Copyright 2024 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=petejohanson/le-chiffre-stm32-zmk-config +outboard_ref=main +outboard_from=config/boards/arm/le_chiffre_stm32 +outboard_to=boards/arm/le_chiffre_stm32 \ No newline at end of file diff --git a/.github/workflows/test-all-boards.yml b/.github/workflows/test-all-boards.yml index a772d3bef..907badb28 100644 --- a/.github/workflows/test-all-boards.yml +++ b/.github/workflows/test-all-boards.yml @@ -21,6 +21,7 @@ jobs: "ffkb-holyiot", "glove80_lh","glove80_rh", "klacker_bs", + "le_chiffre_stm32", "lpgalaxy_blank_slate", "native_posix_64", "nice60", diff --git a/config/le_chiffre_stm32.keymap b/config/le_chiffre_stm32.keymap new file mode 100644 index 000000000..d769c9668 --- /dev/null +++ b/config/le_chiffre_stm32.keymap @@ -0,0 +1,6 @@ +// Copyright 2021 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/custom_config.h" +#include "../miryoku/mapping/34/ble_chiffre.h" +#include "../miryoku/miryoku.dtsi" \ No newline at end of file