Community modules (#24848)

This commit is contained in:
Nick Brassel
2025-02-26 22:25:41 +11:00
committed by GitHub
parent 63b095212b
commit 1efc82403b
37 changed files with 987 additions and 84 deletions

View File

@@ -0,0 +1,13 @@
{
"module_name": "Hello World",
"maintainer": "QMK Maintainers",
"features": {
"deferred_exec": true
},
"keycodes": [
{
"key": "COMMUNITY_MODULE_HELLO",
"aliases": ["CM_HELO"]
}
]
}