mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 21:01:17 +08:00
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
Add "license" field to community module schema.
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"module_name": "Super Alt Tab",
|
|
"maintainer": "QMK Maintainers",
|
|
"license": "GPL-2.0-or-later",
|
|
"keycodes": [
|
|
{
|
|
"key": "COMMUNITY_MODULE_SUPER_ALT_TAB",
|
|
"aliases": ["CM_S_AT"]
|
|
}
|
|
]
|
|
}
|