diff --git a/udev/Sony Interactive Entertainment DualSense Edge Wireless Controller.cfg b/udev/Sony Interactive Entertainment DualSense Edge Wireless Controller.cfg index 8ca1f5194..bbc4b2380 100644 --- a/udev/Sony Interactive Entertainment DualSense Edge Wireless Controller.cfg +++ b/udev/Sony Interactive Entertainment DualSense Edge Wireless Controller.cfg @@ -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" @@ -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" @@ -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" \ No newline at end of file