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

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# ZMK Module Template
This repository contains a template for a ZMK module, as it would most frequently be used.
## Usage
Read through the [ZMK Module Creation](https://zmk.dev/docs/development/module-creation) page for details on how to configure this template.
## More Info
For more info on modules, you can read through through the [Zephyr modules page](https://docs.zephyrproject.org/3.5.0/develop/modules.html) and [ZMK's page on using modules](https://zmk.dev/docs/features/modules). [Zephyr's west manifest page](https://docs.zephyrproject.org/3.5.0/develop/west/manifest.html#west-manifests) may also be of use.