Skip to content
Discussion options

You must be logged in to vote

You don't have to swap out the zmk branch, you can just specify a zephyr branch directly in your west.yml which will take precedence over the one imported by Moergo's zmk fork. In fact, that's exactly what I do in the west.yml in this repo:

# Temporarily overload Zephyr until
# https://github.com/zmkfirmware/zephyr/pull/40 is merged.
- name: zephyr
revision: v3.5.0+zmk-fixes
clone-depth: 1
import:
# Only enable most commonly used boards. For less common hardware one
# may need to enable additional modules.
name-allowlist:
- cmsis
- hal_nordic
- hal_rpi_pico
- hal_stm32

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Annakan
Comment options

@urob
Comment options

urob Apr 29, 2025
Maintainer

Answer selected by Annakan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #117 on April 28, 2025 15:41.