Skip to content

Commit 8af2f13

Browse files
authored
docs: Update Corne-ish Zen mentions for Zephyr 4.1 upgrade renames (#3143)
* docs: Fix mentions of Corne-ish Zen for HWMv2 change * blog: Add Corne-ish Zen to renamed boards in Zephyr 4.1
1 parent 90b3ad2 commit 8af2f13

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/blog/2025-12-09-zephyr-4-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ As part of this change, ZMK is now using board/shield revisions, rather than dup
9191
- `bdn9_rev2` -> `bdn9`
9292
- Ferris Rev2 (`ferris`)
9393
- `ferris_rev02` -> `ferris@2.0.0` (short: `ferris`)
94+
- Corne-ish Zen (`corneish_zen`)
95+
- `corneish_zen_v2_left` -> `corneish_zen_left@2.0.0` (short: `corneish_zen_left`)
96+
- `corneish_zen_v2_right` -> `corneish_zen_right@2.0.0` (short: `corneish_zen_right`)
97+
- `corneish_zen_v1_left` -> `corneish_zen_left@1.0.0` (short: `corneish_zen_left@1`)
98+
- `corneish_zen_v1_right` -> `corneish_zen_right@1.0.0` (short: `corneish_zen_right@1`)
9499

95100
The boards above are those which have changed in ZMK's tree, with the addition of the very popular XIAO series. For other boards in Zephyr's tree, please refer to the Zephyr documentation or source files directly.
96101

docs/docs/troubleshooting/building-issues.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you are building locally, this file can be found inside the build folder at `
7777
Additionally, the build command (in "West Build (`<keyboard>`)" step in GitHub Actions) logs what configuration files were found and used in the build:
7878

7979
```
80-
+ west build -s zmk/app -d /tmp/tmp.8cJefinXCb -b corneish_zen_v2_left -- -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config
80+
+ west build -s zmk/app -d /tmp/tmp.8cJefinXCb -b corneish_zen_left@2 -- -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config
8181
...
8282
-- ZMK Config Kconfig: /tmp/zmk-config/config/corneish_zen.conf
8383
...
@@ -98,9 +98,10 @@ If you are building locally, this file can be found inside the build folder at `
9898
Additionally, the build command (in "West Build (`<keyboard>`)" step in GitHub Actions) logs what devicetree files were found and used in the build:
9999

100100
```
101-
+ west build -s zmk/app -d /tmp/tmp.8cJefinXCb -b corneish_zen_v2_left -- -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config
101+
+ west build -s zmk/app -d /tmp/tmp.8cJefinXCb -b corneish_zen_left@2 -- -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config
102102
...
103-
-- Found BOARD.dts: /tmp/zmk-config/zmk/app/boards/arm/corneish_zen/corneish_zen_v2_left.dts
103+
-- Found BOARD.dts: /tmp/zmk-config/zmk/app/boards/lowprokb/corneish_zen/corneish_zen_left.dts
104+
-- Found devicetree overlay: /tmp/zmk-config/zmk/app/boards/lowprokb/corneish_zen/corneish_zen_left_2_0_0.overlay
104105
-- Found devicetree overlay: /tmp/zmk-config/config/corneish_zen.keymap
105106
...
106107
```

0 commit comments

Comments
 (0)