Files
Steerify-main/wheel_bindings.json

41 lines
1.3 KiB
JSON

{
"version": 1,
"default_profile_id": "friend_directinput_wheel",
"button_presses_logged": true,
"global_settings": {
"debounce_seconds": 0.25,
"volume_increment": 5,
"polling_interval_ms": 120
},
"profiles": [
{
"id": "friend_directinput_wheel",
"name": "Friend DirectInput Wheel",
"controller": null,
"bindings": {
"button:33": "spotify vol up",
"button:31": "spotify vol down",
"button:22": "spotify next track",
"button:16": "spotify previous track",
"button:21": "spotify pause play",
"button:19": "spotify mute toggle"
},
"button_settings": {}
},
{
"id": "xbox_360_default",
"name": "Xbox 360 Default",
"controller": null,
"bindings": {
"button:0": "spotify pause play",
"button:1": "spotify next track",
"button:2": "spotify previous track",
"button:3": "spotify vol up",
"button:4": "spotify vol down",
"button:5": "spotify mute toggle"
},
"button_settings": {}
}
]
}