Rename {left,right}-addon to {left,right}-module

This commit is contained in:
László Monda
2019-05-15 23:41:42 +02:00
parent 427f706287
commit 2c93975c77
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"moduleId": 2, "moduleId": 2,
"name": "key-cluster-staggered-left", "name": "key-cluster-staggered-left",
"description": "Left key cluster", "description": "Left key cluster",
"slot": "left-addon", "slot": "left-module",
"keyCount": 5, "keyCount": 5,
"pointerCount": 1 "pointerCount": 1
} }

View File

@@ -2,7 +2,7 @@
"moduleId": 5, "moduleId": 5,
"name": "touchpad-stagered-right", "name": "touchpad-stagered-right",
"description": "Right touchpad", "description": "Right touchpad",
"slot": "right-addon", "slot": "right-module",
"keyCount": 1, "keyCount": 1,
"pointerCount": 1 "pointerCount": 1
} }

View File

@@ -2,7 +2,7 @@
"moduleId": 3, "moduleId": 3,
"name": "trackball-staggered-right", "name": "trackball-staggered-right",
"description": "Right trackball", "description": "Right trackball",
"slot": "right-addon", "slot": "right-module",
"keyCount": 2, "keyCount": 2,
"pointerCount": 1 "pointerCount": 1
} }

View File

@@ -2,7 +2,7 @@
"moduleId": 4, "moduleId": 4,
"name": "trackpoint-staggered-right", "name": "trackpoint-staggered-right",
"description": "Right trackpoint", "description": "Right trackpoint",
"slot": "right-addon", "slot": "right-module",
"keyCount": 3, "keyCount": 3,
"pointerCount": 1 "pointerCount": 1
} }