Split id as deviceId and moduleId in module.json descriptor files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 0,
|
||||
"deviceId": 1,
|
||||
"name": "uhk60-right",
|
||||
"description": "Right UHK60 keyboard half",
|
||||
"slot": "right-half",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 2,
|
||||
"moduleId": 2,
|
||||
"name": "key-cluster-staggered-left",
|
||||
"description": "Left key cluster",
|
||||
"slot": "left-addon",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 5,
|
||||
"moduleId": 5,
|
||||
"name": "touchpad-stagered-right",
|
||||
"description": "Right touchpad",
|
||||
"slot": "right-addon",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 3,
|
||||
"moduleId": 3,
|
||||
"name": "trackball-staggered-right",
|
||||
"description": "Right trackball",
|
||||
"slot": "right-addon",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 4,
|
||||
"moduleId": 4,
|
||||
"name": "trackpoint-staggered-right",
|
||||
"description": "Right trackpoint",
|
||||
"slot": "right-addon",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": 1,
|
||||
"moduleId": 1,
|
||||
"name": "uhk60-left",
|
||||
"description": "Left UHK60 keyboard half",
|
||||
"slot": "left-half",
|
||||
|
||||
Reference in New Issue
Block a user