From 0c86e05598cc260c13ec992016720edd518e9ae4 Mon Sep 17 00:00:00 2001 From: brickbots Date: Tue, 7 Dec 2021 19:17:21 -0800 Subject: [PATCH] Add chocV Co-authored-by: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> --- .github/workflows/outboards/chocv.outboard | 7 +++++++ .github/workflows/test-all-shields.yml | 2 +- config/chocv.keymap | 6 ++++++ docs/quickstart/readme.org | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/outboards/chocv.outboard create mode 100644 config/chocv.keymap diff --git a/.github/workflows/outboards/chocv.outboard b/.github/workflows/outboards/chocv.outboard new file mode 100644 index 0000000..e87d51b --- /dev/null +++ b/.github/workflows/outboards/chocv.outboard @@ -0,0 +1,7 @@ +# Copyright 2021 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=brickbots/chocV +outboard_ref=main +outboard_from=zmk_config/boards/shields/chocv +outboard_to=boards/shields/chocv diff --git a/.github/workflows/test-all-shields.yml b/.github/workflows/test-all-shields.yml index b3a25fd..1ddbf01 100644 --- a/.github/workflows/test-all-shields.yml +++ b/.github/workflows/test-all-shields.yml @@ -10,4 +10,4 @@ jobs: uses: manna-harbour/zmk-config/.github/workflows/main.yml@c1fb5932a1ac35205300b55a3ab96990a3c8eed5 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","jiran_left","jiran_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","osprette","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"]' + shield: '["absolem","a_dux_left","a_dux_right","ahokore","arch36_left","arch36_right","bastyl_left","bastyl_right","bat43","boardsource5x12","chocv","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","jiran_left","jiran_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","osprette","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/chocv.keymap b/config/chocv.keymap new file mode 100644 index 0000000..1481841 --- /dev/null +++ b/config/chocv.keymap @@ -0,0 +1,6 @@ +// Copyright 2021 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/config.h" +#include "../miryoku/mapping/36-minidox.h" +#include "../miryoku/miryoku.dtsi" diff --git a/docs/quickstart/readme.org b/docs/quickstart/readme.org index a06ee79..fb2754f 100644 --- a/docs/quickstart/readme.org +++ b/docs/quickstart/readme.org @@ -51,7 +51,7 @@ For keyboards with an integrated controller, enter the keyboard name, e.g. ~ahok **** Shield -For keyboards with a separate controller, enter the keyboard name, e.g. ~absolem~, ~bat43~, ~eek~, ~osprette~. For split keyboards with a separate controller on each side, enter both keyboard side names separated by a comma, e.g. ~corne_left,corne_right~, ~cradio_left,cradio_right~, ~kyria_left,kyria_right~, ~tbkmini_left,tbkmini_right~. See [[../../.github/workflows/test-all-shields.yml][here]] for a list of all supported keyboards with separate controllers. +For keyboards with a separate controller, enter the keyboard name, e.g. ~absolem~, ~chocv~, ~eek~, ~osprette~. For split keyboards with a separate controller on each side, enter both keyboard side names separated by a comma, e.g. ~corne_left,corne_right~, ~cradio_left,cradio_right~, ~pteron36_left,pteron36_right~, ~tbkmini_left,tbkmini_right~. See [[../../.github/workflows/test-all-shields.yml][here]] for a list of all supported keyboards with separate controllers. For keyboards with an integrated controller, leave as ~default~.