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": 2,
"name": "key-cluster-staggered-left",
"description": "Left key cluster",
"slot": "left-addon",
"keyCount": 5,
"pointerCount": 1
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"id": 3,
"name": "trackball-staggered-right",
"description": "Right trackball",
"slot": "right-addon",
"keyCount": 2,
"pointerCount": 1
}

View File

@@ -0,0 +1,8 @@
{
"id": 4,
"name": "trackpoint-staggered-right",
"description": "Right trackpoint",
"slot": "right-addon",
"keyCount": 3,
"pointerCount": 1
}

View File

@@ -1,6 +1,8 @@
{
"id": 1,
"name": "uhk60-left-half",
"description": "Left UHK60 keyboard half",
"slot": "left-keyboard-half",
"keyCount": 35,
"pointerCount": 0
}

View File

@@ -1,6 +1,8 @@
{
"id": 0,
"name": "uhk60-right-half",
"description": "Right UHK60 keyboard half",
"slot": "right-keyboard-half",
"keyCount": 35,
"pointerCount": 0
}