Skip to content

Commit

Permalink
use proper name for controller, add missing menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jan 6, 2024
1 parent f2b523a commit f4cb1b6
Showing 1 changed file with 12 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
input_driver = "udev"
input_device_display_name = "DualSense Edge"
input_device = "Sony Interactive Entertainment DualSense Edge Wireless Controller"
input_vendor_id = "1356"
input_product_id = "3570"

# Real controller name
# input_device = "Sony Interactive Entertainment DualSense Edge Wireless Controller"
# Handheld Daemon name (controller emulator)
# input_device = "Emulated Sony DS5 Edge Controller"
# As it is expected more controller emulators for handheld devices
# will utilise the DS5E controller as a substiture, the name is left
# commented out. The vendor id/product id is unique to the edge.

input_b_btn = "0"
input_y_btn = "3"
input_select_btn = "8"
Expand All @@ -35,8 +28,7 @@ input_r_x_plus_axis = "+3"
input_r_x_minus_axis = "-3"
input_r_y_plus_axis = "+4"
input_r_y_minus_axis = "-4"
input_gun_trigger_mbtn = "1"
input_gun_offscreen_shot_mbtn = "2"
input_menu_toggle_btn = "10"

input_b_btn_label = "Cross"
input_y_btn_label = "Square"
Expand All @@ -50,16 +42,16 @@ input_a_btn_label = "Circle"
input_x_btn_label = "Triangle"
input_l_btn_label = "L1"
input_r_btn_label = "R1"
input_l2_axis_label = "L2"
input_r2_axis_label = "R2"
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 = "Left Analog X+"
input_l_x_minus_axis_label = "Left Analog X-"
input_l_y_plus_axis_label = "Left Analog Y+"
input_l_y_minus_axis_label = "Left Analog Y-"
input_r_x_plus_axis_label = "Right Analog X+"
input_r_x_minus_axis_label = "Right Analog X-"
input_r_y_plus_axis_label = "Right Analog Y+"
input_r_y_minus_axis_label = "Right Analog Y-"
input_l_x_plus_axis_label = "Left Analog Right"
input_l_x_minus_axis_label = "Left Analog Left"
input_l_y_plus_axis_label = "Left Analog Down"
input_l_y_minus_axis_label = "Left Analog Up"
input_r_x_plus_axis_label = "Right Analog Right"
input_r_x_minus_axis_label = "Right Analog Left"
input_r_y_plus_axis_label = "Right Analog Down"
input_r_y_minus_axis_label = "Right Analog Up"
input_menu_toggle_btn_label = "PS"

0 comments on commit f4cb1b6

Please sign in to comment.