Skip to content

Commit

Permalink
Update Corne-ish Zen
Browse files Browse the repository at this point in the history
- v1 now in ZMK main
- Remove corne-ish_zen
- Use corneish_zen_v1 instead
- Remove outboard
  • Loading branch information
manna-harbour committed May 26, 2023
1 parent fd06023 commit f41f9aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -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"]'

4 changes: 0 additions & 4 deletions .github/workflows/outboards/boards/corne-ish_zen

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/outboards/boards/corneish_zen_v1

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/test-all-boards.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Manna Harbour
# Copyright 2023 Manna Harbour
# https://github.com/manna-harbour/miryoku

name: 'Test All Boards'
Expand All @@ -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",
Expand Down
6 changes: 0 additions & 6 deletions config/corne-ish_zen_left.keymap

This file was deleted.

6 changes: 0 additions & 6 deletions config/corne-ish_zen_right.keymap

This file was deleted.

6 changes: 2 additions & 4 deletions readme.org
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down Expand Up @@ -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]].

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f41f9aa

Please sign in to comment.