feat: initial commit of corax module

This commit is contained in:
daniel
2025-05-25 16:24:10 +02:00
parent cfbdb4baab
commit 53c0350d6f
18 changed files with 400 additions and 27 deletions

View File

@@ -1,19 +1,7 @@
# Delete all unused properties.
# Give your module a name
name: zmk-module-template
name: zmk-keyboards-corax
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: .