Skip to content

Commit

Permalink
Add support for Logitech MX Ink
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Sep 4, 2024
1 parent 5c883d4 commit aadc49f
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions packages/assets/profiles/logitech-mx-ink/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"profileId" : "logitech-mx-ink",
"overrides" : {}
}
Binary file not shown.
54 changes: 54 additions & 0 deletions packages/registry/profiles/logitech/logitech-mx-ink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"profileId": "logitech-mx-ink",
"fallbackProfileIds": [
"generic-trigger-squeeze-thumbstick"
],
"layouts": {
"left": {
"selectComponentId": "xr-standard-trigger",
"components": {
"xr-standard-trigger": { "type": "trigger" },
"xr-standard-squeeze": { "type": "squeeze" },
"touch-pad": { "type": "button" },
"tip-force": { "type": "button" },
"docked": { "type": "button" }
},
"gamepad": {
"mapping": "xr-standard",
"buttons": [
"xr-standard-trigger",
"xr-standard-squeeze",
null,
null,
"touch-pad",
"tip-force",
"docked"
],
"axes": []
}
},
"right": {
"selectComponentId": "xr-standard-trigger",
"components": {
"xr-standard-trigger": { "type": "trigger" },
"xr-standard-squeeze": { "type": "squeeze" },
"touch-pad": { "type": "button" },
"tip-force": { "type": "button" },
"docked": { "type": "button" }
},
"gamepad": {
"mapping": "xr-standard",
"buttons": [
"xr-standard-trigger",
"xr-standard-squeeze",
null,
null,
"touch-pad",
"tip-force",
"docked"
],
"axes": []
}
}
}
}

0 comments on commit aadc49f

Please sign in to comment.