mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 15:04:11 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"module_name": "Hello World",
|
|
"maintainer": "QMK Maintainers",
|
|
"features": {
|
|
"console": true,
|
|
"deferred_exec": true
|
|
},
|
|
"keycodes": [
|
|
{
|
|
"key": "COMMUNITY_MODULE_HELLO",
|
|
"aliases": ["CM_HELO"]
|
|
}
|
|
]
|
|
}
|