Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
This commit is contained in:
parent
3cd2924985
commit
da166d4d8b
5 changed files with 13 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"module_name": "Hello World",
|
||||
"maintainer": "QMK Maintainers",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"features": {
|
||||
"console": true,
|
||||
"deferred_exec": true
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue