Files
zmk-keyboards-corax/zephyr/module.yml
Daniel Bauer cfbdb4baab Initial commit
2025-05-25 16:12:04 +02:00

20 lines
487 B
YAML

# 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: .