diff --git a/modules/key-cluster-staggered-left/module.json b/modules/key-cluster-staggered-left/module.json new file mode 100644 index 00000000..282ee4e6 --- /dev/null +++ b/modules/key-cluster-staggered-left/module.json @@ -0,0 +1,8 @@ +{ + "id": 2, + "name": "key-cluster-staggered-left", + "description": "Left key cluster", + "slot": "left-addon", + "keyCount": 5, + "pointerCount": 1 +} diff --git a/modules/touchpad-staggered-right/module.json b/modules/touchpad-staggered-right/module.json new file mode 100644 index 00000000..4ae67bc0 --- /dev/null +++ b/modules/touchpad-staggered-right/module.json @@ -0,0 +1,8 @@ +{ + "id": 5, + "name": "touchpad-stagered-right", + "description": "Right touchpad", + "slot": "right-addon", + "keyCount": 1, + "pointerCount": 1 +} diff --git a/modules/trackball-staggered-right/module.json b/modules/trackball-staggered-right/module.json new file mode 100644 index 00000000..7ec8e1dd --- /dev/null +++ b/modules/trackball-staggered-right/module.json @@ -0,0 +1,8 @@ +{ + "id": 3, + "name": "trackball-staggered-right", + "description": "Right trackball", + "slot": "right-addon", + "keyCount": 2, + "pointerCount": 1 +} diff --git a/modules/trackpoint-staggered-right/module.json b/modules/trackpoint-staggered-right/module.json new file mode 100644 index 00000000..59e14b5d --- /dev/null +++ b/modules/trackpoint-staggered-right/module.json @@ -0,0 +1,8 @@ +{ + "id": 4, + "name": "trackpoint-staggered-right", + "description": "Right trackpoint", + "slot": "right-addon", + "keyCount": 3, + "pointerCount": 1 +} diff --git a/modules/uhk60-left-half/module.json b/modules/uhk60-left-half/module.json index 1cd16fcc..6eb93132 100644 --- a/modules/uhk60-left-half/module.json +++ b/modules/uhk60-left-half/module.json @@ -1,6 +1,8 @@ { "id": 1, "name": "uhk60-left-half", + "description": "Left UHK60 keyboard half", + "slot": "left-keyboard-half", "keyCount": 35, "pointerCount": 0 } diff --git a/modules/uhk60-right-half/module.json b/modules/uhk60-right-half/module.json index fe32dae9..57b48e2a 100644 --- a/modules/uhk60-right-half/module.json +++ b/modules/uhk60-right-half/module.json @@ -1,6 +1,8 @@ { "id": 0, "name": "uhk60-right-half", + "description": "Right UHK60 keyboard half", + "slot": "right-keyboard-half", "keyCount": 35, "pointerCount": 0 }