Added zmk-nix template

This commit is contained in:
Alejandro Angulo 2024-07-13 10:22:41 -07:00
parent 8e44335017
commit cd217cb4c7
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
8 changed files with 234 additions and 3 deletions

View file

@ -2,12 +2,33 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
# Additional modules containing boards/shields/custom code can be listed here as well
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
projects:
- name: zephyr
remote: zmkfirmware
revision: 87fa801c5b91f13599358c003bdcafaa54e3543c # v3.5.0+zmk-fixes
import:
name-blocklist:
- ci-tools
- hal_altera
- hal_cypress
- hal_infineon
- hal_microchip
- hal_nxp
- hal_openisa
- hal_silabs
- hal_xtensa
- hal_st
- hal_ti
- loramac-node
- mcuboot
- mcumgr
- net-tools
- openthread
- edtt
- trusted-firmware-m
- name: zmk
remote: zmkfirmware
revision: main
revision: 8c6bda260ace119b3c22a21bdcdd6d17a83fc5eb # main
import: app/west.yml
self:
path: config