mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Update Corne-ish Zen
- v1 now in ZMK main - Remove corne-ish_zen - Use corneish_zen_v1 instead - Remove outboard
This commit is contained in:
parent
fd06023548
commit
f41f9aae94
@ -1,11 +1,12 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# Copyright 2023 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Build Example corne-ish_zen'
|
||||
name: 'Build Example corneish_zen_v1'
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/main.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
board: '["corne-ish_zen_left","corne-ish_zen_right"]'
|
||||
board: '["corneish_zen_v1_left","corneish_zen_v1_right"]'
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
zmk=LOWPROKB/zmk/Board-Corne-ish-Zen-dedicated-work-queue
|
||||
@ -1,7 +0,0 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
outboard_repository=caksoylar/zmk
|
||||
outboard_ref=add-zen-v1
|
||||
outboard_from=app/boards/arm/corneish_zen
|
||||
outboard_to=boards/arm/corneish_zen
|
||||
3
.github/workflows/test-all-boards.yml
vendored
3
.github/workflows/test-all-boards.yml
vendored
@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# Copyright 2023 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Test All Boards'
|
||||
@ -13,7 +13,6 @@ jobs:
|
||||
"adv360pro_left","adv360pro_right",
|
||||
"ahokore",
|
||||
"ble_chiffre",
|
||||
"corne-ish_zen_left","corne-ish_zen_right",
|
||||
"corneish_zen_v1_left","corneish_zen_v1_right",
|
||||
"corneish_zen_v2_left","corneish_zen_v2_right",
|
||||
"ferris_rev02",
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/custom_config.h"
|
||||
#include "../miryoku/mapping/42/corne.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
@ -1,6 +0,0 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/custom_config.h"
|
||||
#include "../miryoku/mapping/42/corne.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# Copyright 2023 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
* Miryoku ZMK [[https://raw.githubusercontent.com/manna-harbour/miryoku/master/data/logos/miryoku-roa-32.png]]
|
||||
@ -100,7 +100,7 @@ Specifies the ZMK board.
|
||||
|
||||
For onboard controller keyboards (keyboards with an integrated controller), enter the keyboard name, e.g. ~ahokore~, ~ble_chiffre~, ~technikable~, ~zaphod~.
|
||||
|
||||
For split onboard controller keyboards (keyboards with an integrated controller on each side), enter the keyboard side name, e.g. ~corne-ish_zen_left~, ~corne-ish_zen_right~. To build both sides in the same run, enter both keyboard side names separated by a comma, e.g. ~corne-ish_zen_left,corne-ish_zen_right~.
|
||||
For split onboard controller keyboards (keyboards with an integrated controller on each side), enter the keyboard side name, e.g. ~corneish_zen_v1_left~, ~corneish_zen_v1_right~. To build both sides in the same run, enter both keyboard side names separated by a comma, e.g. ~corneish_zen_v1_left,corneish_zen_v1_right~.
|
||||
|
||||
For composite keyboards (keyboards with a separate controller), enter the controller name, e.g. ~nice_nano~, ~nice_nano_v2~, ~seeeduino_xiao~, ~seeeduino_xiao_ble~. Also specify the [[#shield][shield]].
|
||||
|
||||
@ -206,8 +206,6 @@ For Corne-ish Zen v1 (GB R1 and R2) build with board ~corneish_zen_v1_left,corne
|
||||
|
||||
A custom branch is also available at https://github.com/caksoylar/zmk/tree/caksoylar/zen-v1+v2 that includes additional display improvements and options. Documentation is at https://gist.github.com/caksoylar/c411313990978e1903c244f03039187a. Options can be selected with [[#kconfig-configuration][Kconfig configuration]]. For [[#workflow-builds][workflow builds]] using the [[#build-inputs][Build Inputs]] workflow, use ~caksoylar/zmk/caksoylar/zen-v1+v2~ with the ~branches~ option. For workflow builds using [[#build-examples][Build Example]] workflows, see the [[.github/workflows/build-example-corneish_zen-custom.yml][Build Example Corne-ish Zen Custom]] workflow. For local builds, make the changes locally.
|
||||
|
||||
Corne-ish Zen v1 can also be built with the original board ~corne-ish_zen_left,corne-ish_zen_right~ using the LowproKB fork, and workflow builds for this board will use this fork by default.
|
||||
|
||||
|
||||
** Config File
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user