From 4fb88e9e7c472269298570a7c8447ab307d4c130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 10 Apr 2016 23:10:34 +0200 Subject: [PATCH] Only allow a single pointer role per module. Extend the data model later if needed. --- config-serializer/uhk-config.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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": [] } ]