Skip to content

Commit bc1bb87

Browse files
user3301claude
andcommitted
Fix: Pin ZMK to v0.3.0 to avoid Zephyr 4.x incompatibility
The main branch of ZMK has migrated to Zephyr 4.x with Hardware Model v2 (HWMv2), which is incompatible with the existing board definitions in boards/arm/eyelash_corne/. Pin to v0.3.0 to match the upstream repository configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b66d8ee commit bc1bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ manifest:
1212
revision: main
1313
- name: zmk
1414
remote: zmkfirmware
15-
revision: main
15+
revision: v0.3.0
1616
import: app/west.yml
1717
self:
1818
path: config

0 commit comments

Comments
 (0)