diff --git a/pad/valve/steam_controller_2/config.json b/pad/valve/steam_controller_2/config.json new file mode 100644 index 0000000..b6ec5e9 --- /dev/null +++ b/pad/valve/steam_controller_2/config.json @@ -0,0 +1,116 @@ +{ + "name": "Steam Controller (2026)", + "functions": { + "analog_sticks": [ + { + "name": "Left Stick", + "has_button": true + }, + { + "name": "Right Stick", + "has_button": true + } + ], + "digital_sticks": null, + "action_buttons": [ + { + "name": "A", + "analog": false + }, + { + "name": "B", + "analog": false + }, + { + "name": "X", + "analog": false + }, + { + "name": "Y", + "analog": false + }, + { + "name": "L1", + "analog": false + }, + { + "name": "R1", + "analog": false + }, + { + "name": "L2", + "analog": true, + "clickable": false + }, + { + "name": "R2", + "analog": true, + "clickable": false + }, + { + "name": "L3", + "analog": false + }, + { + "name": "R3", + "analog": false + }, + { + "name": "L4", + "analog": false + }, + { + "name": "R4", + "analog": false + } + ], + "menu_buttons": ["View", "Menu"], + "system_buttons": ["Steam", "Quick Access Menu"], + "other_buttons": null, + "trackpads": [ + { + "name": "Left Trackpad", + "clickable": true + }, + { + "name": "Right Trackpad", + "clickable": true + } + ], + "touch_screens": null, + "directional_buttons": [ + { + "set": [ + "Up", + "Down", + "Left", + "Right" + ], + "socd_prevention": { + "hardware": true, + "software": null + } + } + ], + "gyroscope": true, + "accelerometer": true, + "ir_reciever": false, + "extension_ports": 0, + "headset_port": false, + "speaker": false, + "microphone": false, + "cable": { + "interface": "USB-C", + "removable": true + }, + "bluetooth": true, + "2_4ghz": true, + "rumble": "enhanced", + "digital_to_analog_conversion": null, + "pc_xinput": false, + "pc_steaminput": true, + "native_consoles": null, + "macro": false, + "turbo": false + } +} \ No newline at end of file diff --git a/pad/valve/steam_controller_2/icon.png b/pad/valve/steam_controller_2/icon.png new file mode 100644 index 0000000..0452023 Binary files /dev/null and b/pad/valve/steam_controller_2/icon.png differ diff --git a/pad/valve/steam_controller_2/image.png b/pad/valve/steam_controller_2/image.png new file mode 100644 index 0000000..8b79398 Binary files /dev/null and b/pad/valve/steam_controller_2/image.png differ