mirror of
https://github.com/dnlbauer/zmk-keyboards-corax.git
synced 2026-09-10 22:35:29 +00:00
Initial commit
This commit is contained in:
19
zephyr/module.yml
Normal file
19
zephyr/module.yml
Normal 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: .
|
||||
Reference in New Issue
Block a user