diff --git a/.github/workflows/outboards/berylline.outboard b/.github/workflows/outboards/berylline.outboard new file mode 100644 index 0000000..d6e9c6e --- /dev/null +++ b/.github/workflows/outboards/berylline.outboard @@ -0,0 +1,7 @@ +# Copyright 2022 Manna Harbour +# https://github.com/manna-harbour/miryoku + +outboard_repository=jcmkk3/zmk-config +outboard_ref=main +outboard_from=config/boards/shields/berylline +outboard_to=boards/shields/berylline diff --git a/.github/workflows/test-all-shields.yml b/.github/workflows/test-all-shields.yml index 970e425..9beb028 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@ce28dc6609bff042dfcf68e03c9a0c201129cbce with: board: '["nice_nano"]' - 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","cradio_left","cradio_right","crbn","draculad_left","draculad_right","eek","ergodash_left","ergodash_right","ergotravel_left","ergotravel_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","scylla_dmmpcb_left","scylla_dmmpcb_right","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","berylline_left","berylline_right","boardsource5x12","chocv","contra","corne_left","corne_right","cradio_left","cradio_right","crbn","draculad_left","draculad_right","eek","ergodash_left","ergodash_right","ergotravel_left","ergotravel_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","scylla_dmmpcb_left","scylla_dmmpcb_right","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/berylline.conf b/config/berylline.conf new file mode 100644 index 0000000..d29a372 --- /dev/null +++ b/config/berylline.conf @@ -0,0 +1,4 @@ +# Copyright 2022 Manna Harbour +# https://github.com/manna-harbour/miryoku + +CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 diff --git a/config/berylline.keymap b/config/berylline.keymap new file mode 100644 index 0000000..3fabb7a --- /dev/null +++ b/config/berylline.keymap @@ -0,0 +1,6 @@ +// Copyright 2022 Manna Harbour +// https://github.com/manna-harbour/miryoku + +#include "../miryoku/config.h" +#include "../miryoku/mapping/32-hummingbird.h" +#include "../miryoku/miryoku.dtsi"