https://github.com/zmkfirmware/zmk-module-template
This repository contains a generalised template for a ZMK module. Please see the documentation for usage instructions.
https://github.com/zmkfirmware/zmk-module-template
Last synced: 4 months ago
JSON representation
This repository contains a generalised template for a ZMK module. Please see the documentation for usage instructions.
- Host: GitHub
- URL: https://github.com/zmkfirmware/zmk-module-template
- Owner: zmkfirmware
- License: mit
- Created: 2025-02-14T22:47:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T00:32:00.000Z (over 1 year ago)
- Last Synced: 2025-12-18T19:24:30.121Z (6 months ago)
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zmk - ZMK Module Template - A template for creating your own external ZMK modules (behaviors, drivers, etc.). (Quick Start / Additional Resources)
README
# 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.