Skip to content

Commit

Permalink
android: Fix DualSense Wireless Controller name (#1144)
Browse files Browse the repository at this point in the history
* Update and rename Sony_DualSense.cfg to DualSense Wireless Controller.cfg

* Correct generated file name
* Manually added L2/R2 analog axes

* Update DualSense Wireless Controller.cfg

included labels

* Update DualSense Wireless Controller.cfg

Analog trigger don't  work in android (only udev)

* Update DualSense Wireless Controller.cfg

btn not axis
  • Loading branch information
davidhedlund authored Jul 18, 2024
1 parent ae224d2 commit 4fe7e2f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
input_driver = "android"
input_device = "Wireless Controller"
input_device_display_name = "DualSense"
input_device = "DualSense Wireless Controller"
input_device_display_name = "Sony Corp. DualSense Wireless Controller"
input_vendor_id = "1356"
input_product_id = "3302"

input_b_btn = "97"
input_y_btn = "96"
input_select_btn = "104"
Expand Down

0 comments on commit 4fe7e2f

Please sign in to comment.