diff --git a/packages/uhk-web/src/devices/uhk60-right/module.json b/packages/uhk-web/src/devices/uhk60-right/module.json index ccda8345..6715b8b0 100644 --- a/packages/uhk-web/src/devices/uhk60-right/module.json +++ b/packages/uhk-web/src/devices/uhk60-right/module.json @@ -1,5 +1,5 @@ { - "id": 0, + "deviceId": 1, "name": "uhk60-right", "description": "Right UHK60 keyboard half", "slot": "right-half", diff --git a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json index 282ee4e6..d09dd5a8 100644 --- a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json +++ b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json @@ -1,5 +1,5 @@ { - "id": 2, + "moduleId": 2, "name": "key-cluster-staggered-left", "description": "Left key cluster", "slot": "left-addon", diff --git a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json index 4ae67bc0..a1c007dc 100644 --- a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json +++ b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 5, + "moduleId": 5, "name": "touchpad-stagered-right", "description": "Right touchpad", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/trackball-staggered-right/module.json b/packages/uhk-web/src/modules/trackball-staggered-right/module.json index 7ec8e1dd..6d6cf696 100644 --- a/packages/uhk-web/src/modules/trackball-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackball-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 3, + "moduleId": 3, "name": "trackball-staggered-right", "description": "Right trackball", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json index 59e14b5d..9dbdf349 100644 --- a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 4, + "moduleId": 4, "name": "trackpoint-staggered-right", "description": "Right trackpoint", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/uhk60-left/module.json b/packages/uhk-web/src/modules/uhk60-left/module.json index 24c72e33..19c9b30b 100644 --- a/packages/uhk-web/src/modules/uhk60-left/module.json +++ b/packages/uhk-web/src/modules/uhk60-left/module.json @@ -1,5 +1,5 @@ { - "id": 1, + "moduleId": 1, "name": "uhk60-left", "description": "Left UHK60 keyboard half", "slot": "left-half",