Community modules (#24848)
This commit is contained in:
13
modules/qmk/hello_world/qmk_module.json
Normal file
13
modules/qmk/hello_world/qmk_module.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"module_name": "Hello World",
|
||||
"maintainer": "QMK Maintainers",
|
||||
"features": {
|
||||
"deferred_exec": true
|
||||
},
|
||||
"keycodes": [
|
||||
{
|
||||
"key": "COMMUNITY_MODULE_HELLO",
|
||||
"aliases": ["CM_HELO"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user