Skip to content

Commit 66d9019

Browse files
committed
Fix build: Pin ZMK to pre-HWMv2 version and restore eyelash_corne module
ZMK moved to Hardware Model v2 on Dec 10, 2025, which requires boards to use a new format. The eyelash_corne board hasn't been updated to HWMv2 yet, so pin to the last working versions: - ZMK: 958fa78 (Dec 9, before HWMv2) - eyelash_corne module: 114cdf9 (Oct 19)
1 parent 0349c31 commit 66d9019

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ manifest:
33
- name: zmkfirmware
44
url-base: https://github.com/zmkfirmware
55
projects:
6+
- name: eyelash_corne
7+
url: https://github.com/a741725193/zmk-new_corne
8+
revision: 114cdf921ab2f3955c07f447423851be61e774bf
69
- name: zmk
710
remote: zmkfirmware
8-
revision: main
11+
revision: 958fa788067e18c2228d016fcd826000bb8f0320
912
import: app/west.yml
1013
self:
1114
path: config

0 commit comments

Comments
 (0)