Skip to content

Commit

Permalink
Merge pull request #26 from TournamentStreamHelper/keybox
Browse files Browse the repository at this point in the history
Keybox fixes
  • Loading branch information
Wolfy76700 authored Jun 2, 2024
2 parents 81ef3e4 + 01ad3a3 commit 9273426
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 11 deletions.
12 changes: 1 addition & 11 deletions leverless/keybox/fusion/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,5 @@
"native_consoles": ["ps4", "ps5", "nsw", "ps3"],
"macro": false,
"turbo": false
},
"variants": [
{
"name": "Regular Layout",
"image": "image.png"
},
{
"name": "Mirrored",
"image": "mirror.png"
}
]
}
}
125 changes: 125 additions & 0 deletions leverless/keybox/fusion_mirrored/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"name": "Keybox Fusion (Mirrored)",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
"action_buttons": [
{
"name": "Triangle",
"analog": false
},
{
"name": "Circle",
"analog": false
},
{
"name": "Square",
"analog": false
},
{
"name": "Cross",
"analog": false
},
{
"name": "L1",
"analog": false
},
{
"name": "R1",
"analog": false
},
{
"name": "L2",
"analog": false
},
{
"name": "R2",
"analog": false
},
{
"name": "L3",
"analog": false
},
{
"name": "R3",
"analog": false
}
],
"menu_buttons": [
"Options"
],
"system_buttons": [
"Share"
],
"other_buttons": null,
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": false,
"software": {
"left_right": [
"neutral",
"last_input",
"disable"
],
"up_down": [
"neutral",
"up",
"last_input",
"disable"
]
}
}
}
],
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 0,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": {
"interface": "USB-C",
"removable": true
},
"bluetooth": false,
"2_4ghz": false,
"rumble": null,
"digital_to_analog_conversion": [
{
"emulated_analog": "Left Stick",
"type": "8_way",
"modifier_buttons": 0
},
{
"emulated_analog": "Right Stick",
"type": "8_way",
"modifier_buttons": 0
},
{
"emulated_analog": "L2",
"type": "button",
"modifier_buttons": 0
},
{
"emulated_analog": "R2",
"type": "button",
"modifier_buttons": 0
}
],
"pc_xinput": false,
"pc_steaminput": true,
"native_consoles": ["ps4", "ps5", "nsw", "ps3"],
"macro": false,
"turbo": false
}
}
File renamed without changes
125 changes: 125 additions & 0 deletions leverless/keybox/impact/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"name": "Keybox Impact",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
"action_buttons": [
{
"name": "Triangle",
"analog": false
},
{
"name": "Circle",
"analog": false
},
{
"name": "Square",
"analog": false
},
{
"name": "Cross",
"analog": false
},
{
"name": "L1",
"analog": false
},
{
"name": "R1",
"analog": false
},
{
"name": "L2",
"analog": false
},
{
"name": "R2",
"analog": false
},
{
"name": "L3",
"analog": false
},
{
"name": "R3",
"analog": false
}
],
"menu_buttons": [
"Options"
],
"system_buttons": [
"Share"
],
"other_buttons": null,
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": false,
"software": {
"left_right": [
"neutral",
"last_input",
"disable"
],
"up_down": [
"neutral",
"up",
"last_input",
"disable"
]
}
}
}
],
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 0,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": {
"interface": "USB-C",
"removable": true
},
"bluetooth": false,
"2_4ghz": false,
"rumble": null,
"digital_to_analog_conversion": [
{
"emulated_analog": "Left Stick",
"type": "8_way",
"modifier_buttons": 0
},
{
"emulated_analog": "Right Stick",
"type": "8_way",
"modifier_buttons": 0
},
{
"emulated_analog": "L2",
"type": "button",
"modifier_buttons": 0
},
{
"emulated_analog": "R2",
"type": "button",
"modifier_buttons": 0
}
],
"pc_xinput": false,
"pc_steaminput": true,
"native_consoles": ["ps4", "ps5", "nsw", "ps3"],
"macro": false,
"turbo": false
}
}
Binary file added leverless/keybox/impact/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9273426

Please sign in to comment.