Skip to content

Commit 601f7a2

Browse files
authored
Merge pull request #265 from cabanier/mx-ink
Add support for Logitech MX Ink
2 parents 5c883d4 + 6e857c7 commit 601f7a2

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"profileId" : "logitech-mx-ink",
3+
"overrides" : {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"profileId": "logitech-mx-ink",
3+
"fallbackProfileIds": [
4+
"generic-trigger"
5+
],
6+
"layouts": {
7+
"left-right-none": {
8+
"selectComponentId": "xr-standard-trigger",
9+
"components": {
10+
"xr-standard-trigger": { "type": "trigger" },
11+
"xr-standard-squeeze": { "type": "squeeze" },
12+
"touch-pad": { "type": "button" },
13+
"tip-force": { "type": "button" },
14+
"docked": { "type": "button" }
15+
},
16+
"gamepad": {
17+
"mapping": "xr-standard",
18+
"buttons": [
19+
"xr-standard-trigger",
20+
"xr-standard-squeeze",
21+
null,
22+
null,
23+
"touch-pad",
24+
"tip-force",
25+
"docked"
26+
],
27+
"axes": []
28+
}
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)