littke-kitty-big-city: add layout

This commit is contained in:
redphx 2024-05-10 09:41:28 +07:00
parent fc1add99a2
commit 93b86311c8
3 changed files with 205 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "Little Kitty, Big City",
"product_id": "9NF5S7MLM8XT",
"default_layout": "custom",
"layouts": [
"little-kitty-big-city"
]
}

View File

@ -14,6 +14,7 @@
"9N9C9KTPXL3X", "9N9C9KTPXL3X",
"9NDDMHZRZ0R6", "9NDDMHZRZ0R6",
"9NDT1MS39FXZ", "9NDT1MS39FXZ",
"9NF5S7MLM8XT",
"9NK78DF207SD", "9NK78DF207SD",
"9NKV34XDW014", "9NKV34XDW014",
"9NKX70BBCDRN", "9NKX70BBCDRN",

View File

@ -0,0 +1,196 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "redphx",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"expand": false,
"axis": {
"input": "axisXY",
"output": "leftJoystick"
}
}
],
"outer": [
{
"type": "button",
"action": "rightTrigger"
},
{
"type": "joystick",
"axis": [
{
"input": "axisXY",
"output": "leftJoystick"
}
],
"action": "rightBumper",
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "sprint"
},
"stroke": {
"type": "solid",
"opacity": 0.1
}
}
}
}
},
null,
{
"type": "button",
"action": "dPadRight",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "inventory"
}
}
}
},
{
"type": "button",
"action": "dPadLeft",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "notebook"
}
}
}
},
null,
{
"type": "joystick",
"axis": [
{
"input": "axisXY",
"output": "leftJoystick"
}
],
"action": "leftBumper",
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "crouch"
},
"stroke": {
"type": "solid",
"opacity": 0.1
}
}
}
}
},
{
"type": "button",
"action": "leftTrigger"
}
]
},
"right": {
"inner": [
{
"type": "button",
"action": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "jump"
}
}
}
}
],
"outer": [
null,
{
"type": "button",
"action": "gamepadB"
},
null,
{
"type": "button",
"action": "dPadUp",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "map"
}
}
}
},
[
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "rightJoystick"
}
}
],
{
"type": "button",
"action": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "emotes"
}
}
}
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "dPadDown",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "capture"
}
}
}
}
]
}
}
}
}
}