diff options
| author | Nick Brassel | 2025-02-26 12:25:41 +0100 |
|---|---|---|
| committer | GitHub | 2025-02-26 12:25:41 +0100 |
| commit | 1efc82403bebe759272d1ba7a79d9dfa0d5df506 (patch) | |
| tree | c356ae7afeb0849926534beb5dd4515f693abf99 /modules/qmk/hello_world/qmk_module.json | |
| parent | 63b095212b157c4522bdeda3de144fb87213085d (diff) | |
Community modules (#24848)
Diffstat (limited to 'modules/qmk/hello_world/qmk_module.json')
| -rw-r--r-- | modules/qmk/hello_world/qmk_module.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/qmk/hello_world/qmk_module.json b/modules/qmk/hello_world/qmk_module.json new file mode 100644 index 0000000000..4f269cb4e9 --- /dev/null +++ b/modules/qmk/hello_world/qmk_module.json @@ -0,0 +1,13 @@ +{ + "module_name": "Hello World", + "maintainer": "QMK Maintainers", + "features": { + "deferred_exec": true + }, + "keycodes": [ + { + "key": "COMMUNITY_MODULE_HELLO", + "aliases": ["CM_HELO"] + } + ] +} |