From 220999eedaf0508e58f9b6cb47f5617552a213a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 30 Oct 2017 02:11:43 +0100 Subject: [PATCH] Simplify slot names by removing the "-keyboard" part. --- packages/uhk-web/src/modules/uhk60-left-half/module.json | 2 +- packages/uhk-web/src/modules/uhk60-right-half/module.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/uhk-web/src/modules/uhk60-left-half/module.json b/packages/uhk-web/src/modules/uhk60-left-half/module.json index 6eb93132..098bc2ec 100644 --- a/packages/uhk-web/src/modules/uhk60-left-half/module.json +++ b/packages/uhk-web/src/modules/uhk60-left-half/module.json @@ -2,7 +2,7 @@ "id": 1, "name": "uhk60-left-half", "description": "Left UHK60 keyboard half", - "slot": "left-keyboard-half", + "slot": "left-half", "keyCount": 35, "pointerCount": 0 } diff --git a/packages/uhk-web/src/modules/uhk60-right-half/module.json b/packages/uhk-web/src/modules/uhk60-right-half/module.json index 57b48e2a..c913d066 100644 --- a/packages/uhk-web/src/modules/uhk60-right-half/module.json +++ b/packages/uhk-web/src/modules/uhk60-right-half/module.json @@ -2,7 +2,7 @@ "id": 0, "name": "uhk60-right-half", "description": "Right UHK60 keyboard half", - "slot": "right-keyboard-half", + "slot": "right-half", "keyCount": 35, "pointerCount": 0 }