Split id as deviceId and moduleId in module.json descriptor files.

This commit is contained in:
László Monda
2017-11-09 00:02:59 +01:00
parent 3f26aa68fb
commit 5996ae14b0
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"id": 0,
"deviceId": 1,
"name": "uhk60-right",
"description": "Right UHK60 keyboard half",
"slot": "right-half",

View File

@@ -1,5 +1,5 @@
{
"id": 2,
"moduleId": 2,
"name": "key-cluster-staggered-left",
"description": "Left key cluster",
"slot": "left-addon",

View File

@@ -1,5 +1,5 @@
{
"id": 5,
"moduleId": 5,
"name": "touchpad-stagered-right",
"description": "Right touchpad",
"slot": "right-addon",

View File

@@ -1,5 +1,5 @@
{
"id": 3,
"moduleId": 3,
"name": "trackball-staggered-right",
"description": "Right trackball",
"slot": "right-addon",

View File

@@ -1,5 +1,5 @@
{
"id": 4,
"moduleId": 4,
"name": "trackpoint-staggered-right",
"description": "Right trackpoint",
"slot": "right-addon",

View File

@@ -1,5 +1,5 @@
{
"id": 1,
"moduleId": 1,
"name": "uhk60-left",
"description": "Left UHK60 keyboard half",
"slot": "left-half",