This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a controller configuration for the Rock Candy Gamepad Wired Controller, i.e., Rock Candy Xbox 360 wired controller. | |
# The file includes the map I have created, along with a full list of the buttons at the bottom, so you can change the map as you see fit. | |
# Ubuntu 22.04 version | |
[PDP Xbox 360 Rock Candy] | |
plugged = True | |
mouse = False | |
AnalogDeadzone = 2048,2048 | |
AnalogPeak = 32768,32768 | |
DPad R = hat(0 Right) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a controller configuration for the Rock Candy Gamepad Wired Controller, i.e., Rock Candy Xbox 360 wired controller. | |
# The file includes the map I have created, along with a full list of the buttons at the bottom, so you can change the map as you see fit. | |
[Rock Candy Gamepad Wired Controller] | |
plugged = True | |
mouse = False | |
AnalogDeadzone = 2048,2048 | |
AnalogPeak = 32768,32768 | |
DPad R = hat(0 Right) | |
DPad L = hat(0 Left) |