summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPascal Getreuer <50221757+getreuer@users.noreply.github.com>2025-03-31 22:06:42 -0700
committerGitHub <noreply@github.com>2025-04-01 16:06:42 +1100
commitda166d4d8b1eb5cf984a08effdf20faaca2b3234 (patch)
tree07d4bac5c1f532ff5d7432c5f3fd74f924e0dfbe /modules
parent3cd292498566cd94983a5311156fb3b7f348d911 (diff)
Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
Diffstat (limited to 'modules')
-rw-r--r--modules/qmk/hello_world/qmk_module.json1
-rw-r--r--modules/qmk/super_alt_tab/qmk_module.json1
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 @@
1{ 1{
2 "module_name": "Hello World", 2 "module_name": "Hello World",
3 "maintainer": "QMK Maintainers", 3 "maintainer": "QMK Maintainers",
4 "license": "GPL-2.0-or-later",
4 "features": { 5 "features": {
5 "console": true, 6 "console": true,
6 "deferred_exec": true 7 "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 @@
1{ 1{
2 "module_name": "Super Alt Tab", 2 "module_name": "Super Alt Tab",
3 "maintainer": "QMK Maintainers", 3 "maintainer": "QMK Maintainers",
4 "license": "GPL-2.0-or-later",
4 "keycodes": [ 5 "keycodes": [
5 { 6 {
6 "key": "COMMUNITY_MODULE_SUPER_ALT_TAB", 7 "key": "COMMUNITY_MODULE_SUPER_ALT_TAB",