Initial commit

This commit is contained in:
Daniel Bauer
2025-05-25 16:12:04 +02:00
committed by GitHub
commit cfbdb4baab
12 changed files with 62 additions and 0 deletions

19
zephyr/module.yml Normal file
View File

@@ -0,0 +1,19 @@
# Delete all unused properties.
# Give your module a name
name: zmk-module-template
build:
# List your dependencies
depends:
- zmk-example-dependency
# Folder containing a "CMakeLists.txt" (. = root)
cmake: .
# Kconfig filepath
kconfig: Kconfig
settings:
# Folder containing a "boards" folder (. = root)
board_root: .
# Folder containing a "dts" folder (. = root)
dts_root: .
# Folder containing a "snippets" folder (. = root)
snippet_root: .