-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update and rename udev/Sony Interactive Entertainment Wireless Controller.cfg to udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg #1068
Merged
Conversation
This file contains 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
…cfg to Sony DualSense.cfg Changed L2 and R2. My controller uses the latest DualSense firmware at this writing (0402). I mentioned the firmware version in the file to avoid confusion. See libretro#899 for more information.
# Trisquel GNU/Linux 11 in live mode (Linux 5.15.0-67-generic)
davidhedlund
commented
Dec 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in
Trisquel GNU/Linux 11 in live mode (Linux 5.15.0-67-generic)
Linux-libre
uname -a
# Required Linux kernel version for both USB and Bluetooth: 5.15 # Source: https://linuxiac.com/linux-kernel-5-12-released-with-many-essential-additions/
input_device = "Sony Corp. DualSense Wireless Controller" # $ lsusb input_device_display_name = "Sony DualSense"
input_l_x_plus_axis_label = "Left Analog X+ (right)" input_l_x_minus_axis_label = "Left Analog X- (left)" input_l_y_plus_axis_label = "Left Analog Y+ (down)" input_l_y_minus_axis_label = "Left Analog Y- (up)" input_r_x_plus_axis_label = "Right Analog X+ (right)" input_r_x_minus_axis_label = "Right Analog X- (left)" input_r_y_plus_axis_label = "Right Analog Y+ (down)" input_r_y_minus_axis_label = "Right Analog Y- (up)"
…t DualSense Wireless Controller.cfg "Settings -> Input -> RetroPad Binds -> Port 1 Controls -> Save Controller Profile" generates a file with: input_device = "Sony Interactive Entertainment DualSense Wireless Controller"
davidhedlund
changed the title
Update and rename Sony Interactive Entertainment Wireless Controller.cfg to Sony DualSense.cfg
Update and rename Sony Interactive Entertainment Wireless Controller.cfg to Sony Interactive Entertainment DualSense Wireless Controller.cfg
Jan 15, 2024
RobLoach
reviewed
Jan 15, 2024
davidhedlund
changed the title
Update and rename Sony Interactive Entertainment Wireless Controller.cfg to Sony Interactive Entertainment DualSense Wireless Controller.cfg
Update and rename udev/Sony Interactive Entertainment Wireless Controller.cfg to udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed L2 and R2. My controller uses the latest DualSense firmware at this writing (0402).
I mentioned the firmware version in the file to avoid confusion.
See #899 for more information.