mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Add chocV
Co-authored-by: Manna Harbour <51143715+manna-harbour@users.noreply.github.com>
This commit is contained in:
parent
5d17e49223
commit
0c86e05598
7
.github/workflows/outboards/chocv.outboard
vendored
Normal file
7
.github/workflows/outboards/chocv.outboard
vendored
Normal file
@ -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
|
||||||
2
.github/workflows/test-all-shields.yml
vendored
2
.github/workflows/test-all-shields.yml
vendored
@ -10,4 +10,4 @@ jobs:
|
|||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@c1fb5932a1ac35205300b55a3ab96990a3c8eed5
|
uses: manna-harbour/zmk-config/.github/workflows/main.yml@c1fb5932a1ac35205300b55a3ab96990a3c8eed5
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
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"]'
|
||||||
|
|||||||
6
config/chocv.keymap
Normal file
6
config/chocv.keymap
Normal file
@ -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"
|
||||||
@ -51,7 +51,7 @@ For keyboards with an integrated controller, enter the keyboard name, e.g. ~ahok
|
|||||||
|
|
||||||
**** Shield
|
**** 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~.
|
For keyboards with an integrated controller, leave as ~default~.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user