Initial public-safe Steerify commit

This commit is contained in:
2026-05-12 17:58:47 -05:00
commit 80239d27a6
9 changed files with 1340 additions and 0 deletions

40
wheel_bindings.json Normal file
View File

@@ -0,0 +1,40 @@
{
"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": {}
}
]
}