mirror of
https://github.com/dnlbauer/zmk-keyboards-corax.git
synced 2026-09-10 14:25:29 +00:00
20 lines
487 B
YAML
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: .
|