Added zmk-nix template
This commit is contained in:
parent
8e44335017
commit
cd217cb4c7
8 changed files with 234 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue