qmk_firmware/modules/qmk/hello_world/qmk_module.json
Joel Challis c4aaab5fa3
2025q1 develop changelog (#24949)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2025-02-28 09:14:32 +11:00

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"]
}
]
}