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,
"name": "key-cluster-staggered-left",
"description": "Left key cluster",
"slot": "left-addon",
"slot": "left-module",
"keyCount": 5,
"pointerCount": 1
}

View File

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

View File

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

View File

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