From add19808e0f9a7266547a8793ba131268b93449b Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Tue, 30 Nov 2021 21:34:39 +1100 Subject: [PATCH] Add sofle_rgb --- .github/workflows/outboards/sofle_rgb.outboard | 8 ++++++++ .github/workflows/test-all-shields.yml | 2 +- config/sofle_rgb.keymap | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/outboards/sofle_rgb.outboard create mode 100644 config/sofle_rgb.keymap diff --git a/.github/workflows/outboards/sofle_rgb.outboard b/.github/workflows/outboards/sofle_rgb.outboard new file mode 100644 index 0000000..208dfca --- /dev/null +++ b/.github/workflows/outboards/sofle_rgb.outboard @@ -0,0 +1,8 @@ +# Copyright 2021 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=gregghz/zmk-config +outboard_ref=master +outboard_from=config/boards/shields/sofle_rgb +outboard_to=boards/shields/sofle_rgb + diff --git a/.github/workflows/test-all-shields.yml b/.github/workflows/test-all-shields.yml index 9a2c63a..9096e5e 100644 --- a/.github/workflows/test-all-shields.yml +++ b/.github/workflows/test-all-shields.yml @@ -10,5 +10,5 @@ jobs: uses: manna-harbour/zmk-config/.github/workflows/main.yml@master with: board: '["nice_nano"]' - shield: '["absolem","a_dux_left","a_dux_right","ahokore","arch36_left","arch36_right","bastyl_left","bastyl_right","bat43","boardsource5x12","contra","corne_left","corne_right","cradio36_left","cradio36_right","cradio_left","cradio_right","cradios_left","cradios_right","crbn","eek","ergodash_left","ergodash_right","gatoraid40","helix_left","helix_right","iris_left","iris_right","jian_left","jian_right","jorne_left","jorne_right","kyria_left","kyria_right","levinson_left","levinson_right","lily58_left","lily58_right","microdox_left","microdox_right","microdox_mod_left","microdox_mod_right","naked60","pockettype","pteron36_left","pteron36_right","rebound_v4","reviung39","reviung41","sofle_left","sofle_right","splitreus62_left","splitreus62_right","tbkmini_left","tbkmini_right","tightyl_left","tightyl_right","viterbi_left","viterbi_right","zodiark_left","zodiark_right"]' + shield: '["absolem","a_dux_left","a_dux_right","ahokore","arch36_left","arch36_right","bastyl_left","bastyl_right","bat43","boardsource5x12","contra","corne_left","corne_right","cradio36_left","cradio36_right","cradio_left","cradio_right","cradios_left","cradios_right","crbn","eek","ergodash_left","ergodash_right","gatoraid40","helix_left","helix_right","iris_left","iris_right","jian_left","jian_right","jorne_left","jorne_right","kyria_left","kyria_right","levinson_left","levinson_right","lily58_left","lily58_right","microdox_left","microdox_right","microdox_mod_left","microdox_mod_right","naked60","pockettype","pteron36_left","pteron36_right","rebound_v4","reviung39","reviung41","sofle_left","sofle_right","sofle_rgb_left","sofle_rgb_right","splitreus62_left","splitreus62_right","tbkmini_left","tbkmini_right","tightyl_left","tightyl_right","viterbi_left","viterbi_right","zodiark_left","zodiark_right"]' diff --git a/config/sofle_rgb.keymap b/config/sofle_rgb.keymap new file mode 100644 index 0000000..d49808e --- /dev/null +++ b/config/sofle_rgb.keymap @@ -0,0 +1,6 @@ +// Copyright 2021 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/config.h" +#include "../miryoku/mapping/60-sofle.h" +#include "../miryoku/miryoku.dtsi"