Skip to content

Commit

Permalink
Merge pull request #1109 from ltrvs/master
Browse files Browse the repository at this point in the history
Add Logitech Driving Force GT
  • Loading branch information
LibretroAdmin authored Jan 28, 2024
2 parents 1270274 + d1f747c commit 2995c7d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
48 changes: 48 additions & 0 deletions udev/Logitech_Driving_Force_GT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
input_driver = "udev"
input_device = "Driving Force GT"
input_device_display_name = "Logitech Driving Force GT"
input_vendor_id = "1133"
input_product_id = "49818"
input_b_btn = "0"
input_y_btn = "1"
input_select_btn = "8"
input_start_btn = "9"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_a_btn = "2"
input_x_btn = "3"
input_l_btn = "5"
input_r_btn = "4"
input_l2_btn = "7"
input_r2_btn = "6"
input_l3_btn = "11"
input_r3_btn = "10"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_r_y_minus_axis = "-1"
input_r_y_plus_axis = "-2"
input_menu_toggle_btn = "20"

input_b_btn_label = "Cross"
input_y_btn_label = "Square"
input_select_btn_label = "Select"
input_start_btn_label = "Start"
input_up_btn_label = "D-Pad Up"
input_down_btn_label = "D-Pad Down"
input_left_btn_label = "D-Pad Left"
input_right_btn_label = "D-Pad Right"
input_a_btn_label = "Circle"
input_x_btn_label = "Triangle"
input_l_btn_label = "L1"
input_r_btn_label = "R1"
input_l2_btn_label = "L2"
input_r2_btn_label = "R2"
input_l3_btn_label = "L3"
input_r3_btn_label = "R3"
input_l_x_plus_axis_label = "Wheel Right"
input_l_x_minus_axis_label = "Wheel Left"
input_r_y_minus_axis_label = "Accelerator"
input_r_y_plus_axis_label = "Brake"
input_menu_toggle_btn_label = "PS"
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
input_device = "G27 Racing Wheel"
input_driver = "udev"
input_device = "G27 Racing Wheel"
input_device_display_name = "Logitech G27 Racing Wheel"
input_vendor_id = "1133"
input_product_id = "49819"
input_b_axis = "-2"
Expand Down

0 comments on commit 2995c7d

Please sign in to comment.