diff options
| author | Pascal Getreuer | 2025-04-01 07:06:42 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-01 07:06:42 +0200 |
| commit | da166d4d8b1eb5cf984a08effdf20faaca2b3234 (patch) | |
| tree | 07d4bac5c1f532ff5d7432c5f3fd74f924e0dfbe /modules/qmk | |
| parent | 3cd292498566cd94983a5311156fb3b7f348d911 (diff) | |
Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
Diffstat (limited to 'modules/qmk')
| -rw-r--r-- | modules/qmk/hello_world/qmk_module.json | 1 | ||||
| -rw-r--r-- | modules/qmk/super_alt_tab/qmk_module.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/qmk/hello_world/qmk_module.json b/modules/qmk/hello_world/qmk_module.json index fd855a6e23..bbd00f3fcc 100644 --- a/modules/qmk/hello_world/qmk_module.json +++ b/modules/qmk/hello_world/qmk_module.json @@ -1,6 +1,7 @@ { "module_name": "Hello World", "maintainer": "QMK Maintainers", + "license": "GPL-2.0-or-later", "features": { "console": true, "deferred_exec": true diff --git a/modules/qmk/super_alt_tab/qmk_module.json b/modules/qmk/super_alt_tab/qmk_module.json index 002f7fb69e..142613a23e 100644 --- a/modules/qmk/super_alt_tab/qmk_module.json +++ b/modules/qmk/super_alt_tab/qmk_module.json @@ -1,6 +1,7 @@ { "module_name": "Super Alt Tab", "maintainer": "QMK Maintainers", + "license": "GPL-2.0-or-later", "keycodes": [ { "key": "COMMUNITY_MODULE_SUPER_ALT_TAB", |