Include "pointer" into pointer-specific properties for the sake of being explicit.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"moduleConfigurations": [
|
||||
{
|
||||
"id": 1,
|
||||
"initialSpeed": 1,
|
||||
"acceleration": 5,
|
||||
"maxSpeed": 200
|
||||
"initialPointerSpeed": 1,
|
||||
"pointerAcceleration": 5,
|
||||
"maxPointerSpeed": 200
|
||||
}
|
||||
],
|
||||
"keymaps": [
|
||||
|
||||
Reference in New Issue
Block a user