Add module.json files for add-ons. Add description and slot fields.

This commit is contained in:
László Monda
2017-01-06 17:43:54 +01:00
parent 95703c4a68
commit 99012ca976
6 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"id": 5,
"name": "touchpad-stagered-right",
"description": "Right touchpad",
"slot": "right-addon",
"keyCount": 1,
"pointerCount": 1
}