Skip to content

Commit

Permalink
Update PS4 Controller.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhedlund authored Sep 12, 2024
1 parent 48398f7 commit 53a3f22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdl2/PS4 Controller.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
input_driver = "sdl2"
input_device = "PS4 Controller"
input_device_display_name = "PlayStation 4 (PS4) Sony DualShock 4 v2 Controller"
input_device_display_name = "PS4 Controller (DualShock 4 v2)"
input_vendor_id = "1356"
input_product_id = "2508"
input_device_alt1 = "PS4 Controller"
input_device_display_name_al1 = "PS4 Controller (DualShock 4 v1)"
input_vendor_id_alt1 = "1356"
input_product_id_alt1 = "1476"
input_b_btn = "0"
input_y_btn = "2"
input_select_btn = "4"
Expand Down

0 comments on commit 53a3f22

Please sign in to comment.