Skip to content

Commit

Permalink
Presets: Fix mouse presets
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed May 7, 2021
1 parent e1322cc commit 523aa23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion projects/presets/arcade-stick/arcade-stick.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
0,
0
],
"type": 7,
"type": 8,
"z_level": 1
}
],
Expand Down
18 changes: 9 additions & 9 deletions projects/presets/mouse/mouse-arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"z_level": 1
},
{
"code": 60673,
"code": 1,
"id": "lmb",
"mapping": [
1,
Expand All @@ -30,11 +30,11 @@
2,
0
],
"type": 1,
"type": 3,
"z_level": 1
},
{
"code": 60674,
"code": 2,
"id": "rmb",
"mapping": [
143,
Expand All @@ -46,7 +46,7 @@
146,
0
],
"type": 1,
"type": 3,
"z_level": 1
},
{
Expand All @@ -61,11 +61,11 @@
117,
79
],
"type": 2,
"type": 4,
"z_level": 1
},
{
"code": 60677,
"code": 5,
"id": "smb1",
"mapping": [
285,
Expand All @@ -81,7 +81,7 @@
"z_level": 1
},
{
"code": 60676,
"code": 4,
"id": "smb2",
"mapping": [
284,
Expand All @@ -93,7 +93,7 @@
11,
273
],
"type": 1,
"type": 3,
"z_level": 1
},
{
Expand All @@ -109,7 +109,7 @@
94,
235
],
"type": 3,
"type": 9,
"z_level": 1
}
],
Expand Down
16 changes: 8 additions & 8 deletions projects/presets/mouse/mouse-dot.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"z_level": 0
},
{
"code": 60673,
"code": 1,
"id": "lmb",
"mapping": [
1,
Expand All @@ -30,11 +30,11 @@
0,
0
],
"type": 1,
"type": 3,
"z_level": 1
},
{
"code": 60674,
"code": 2,
"id": "rmb",
"mapping": [
143,
Expand All @@ -46,7 +46,7 @@
146,
0
],
"type": 1,
"type": 3,
"z_level": 1
},
{
Expand All @@ -61,11 +61,11 @@
117,
79
],
"type": 2,
"type": 4,
"z_level": 1
},
{
"code": 60677,
"code": 5,
"id": "smb1",
"mapping": [
285,
Expand All @@ -81,7 +81,7 @@
"z_level": 1
},
{
"code": 60676,
"code": 4,
"id": "smb2",
"mapping": [
284,
Expand Down Expand Up @@ -125,7 +125,7 @@
132,
284
],
"type": 3,
"type": 9,
"z_level": 1
}
],
Expand Down

0 comments on commit 523aa23

Please sign in to comment.