[Submit layout] "Plateup!", "Roboquest" and Adjust gyroscope sensitivity in Halo Infinite. (#289)

* Upload layouts. "Plateup!" and "Roboquest"

* Halo Infinite: Adjustment of gylo sensor input and Beautifying the JSON format.
This commit is contained in:
Tak-attack
2024-03-12 22:26:06 +09:00
committed by GitHub
parent ad3cd1f444
commit 8fecd3683d
5 changed files with 524 additions and 58 deletions

View File

@@ -0,0 +1,101 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"expand": false,
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"deadzone": {
"threshold": 0.05,
"radial": true
}
}
}
],
"outer": [
null,
null,
[
{
"type": "directionalPad",
"scale": 1.2
}
]
]
},
"right": {
"inner": [
{
"type": "button",
"action": "gamepadA"
}
],
"outer": [
null,
{
"type": "button",
"action": "gamepadB",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "waypoint"
}
}
}
},
{
"type": "button",
"action": "leftBumper"
},
null,
null,
{
"type": "button",
"action": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
null,
[
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "accept"
}
}
}
},
null
]
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
}
]
}
}
}
}
}