Skip to content

Commit

Permalink
Update Pro Controller.cfg
Browse files Browse the repository at this point in the history
# Remove input_vendor_id and input_product_id once this issue has been solved: [IMPORTANT] Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904
input_vendor_id = "1406"
input_product_id = "8201"
  • Loading branch information
davidhedlund authored Aug 21, 2024
1 parent aaa3c5f commit 10142d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions udev/Pro Controller.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
input_driver = "udev"
input_device = "Pro Controller"
input_device_display_name = "Nintendo Switch Pro Controller (non-HID)"
# Remove input_vendor_id and input_product_id once this issue has been solved: [IMPORTANT] Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - https://github.com/libretro/RetroArch/issues/16904
input_vendor_id = "1406"
input_product_id = "8201"

input_b_btn = "0"
input_y_btn = "2"
Expand Down

0 comments on commit 10142d3

Please sign in to comment.