diff --git a/config-serializer/uhk-config.json b/config-serializer/uhk-config.json index ca8ba140..4d261b7f 100644 --- a/config-serializer/uhk-config.json +++ b/config-serializer/uhk-config.json @@ -23,9 +23,7 @@ "modules": [ { "id": 0, - "pointerRoles": [ - "move" - ], + "pointerRole": "move", "keyActions": [ { "keyActionType": "none" @@ -69,16 +67,12 @@ }, { "id": 1, - "pointerRoles": [ - "scroll" - ], + "pointerRole": "scroll", "keyActions": [] }, { "id": 2, - "pointerRoles": [ - "move" - ], + "pointerRole": "move", "keyActions": [] } ]