From 7c9ca1f5b202a7302e9b4e8f0463f322e4c837ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 20 Mar 2016 11:47:55 +0100 Subject: [PATCH] Use module ID instead of a string to identify module configurations. Add initialSpeed property. --- model/uhk-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/model/uhk-config.json b/model/uhk-config.json index b91413a4..d74845c3 100644 --- a/model/uhk-config.json +++ b/model/uhk-config.json @@ -6,7 +6,8 @@ "dataModelVersion": 0, "moduleConfigurations": [ { - "moduleName": "keyClusterLeft", + "id": 1, + "initialSpeed": 1, "acceleration": 5, "maxSpeed": 200 } @@ -14,8 +15,8 @@ "keymaps": [ { "id": 0, - "name": "QWERTY", "isDefault": true, + "name": "QWERTY", "abbreviation": "QTY", "layers": [ {