|
| 1 | +input_driver = "udev" |
| 2 | +input_device = "Manba One BFM" |
| 3 | +input_device_display_name = "Manba One" |
| 4 | +# input_vendor_id = "6473" |
| 5 | +# input_product_id = "1026" |
| 6 | +input_b_btn = "1" |
| 7 | +input_y_btn = "4" |
| 8 | +input_select_btn = "10" |
| 9 | +input_start_btn = "11" |
| 10 | +input_up_btn = "h0up" |
| 11 | +input_down_btn = "h0down" |
| 12 | +input_left_btn = "h0left" |
| 13 | +input_right_btn = "h0right" |
| 14 | +input_a_btn = "0" |
| 15 | +input_x_btn = "3" |
| 16 | +input_l_btn = "6" |
| 17 | +input_r_btn = "7" |
| 18 | +input_l2_btn = "8" |
| 19 | +input_r2_btn = "9" |
| 20 | +input_l3_btn = "13" |
| 21 | +input_r3_btn = "14" |
| 22 | +input_l_x_plus_axis = "+0" |
| 23 | +input_l_x_minus_axis = "-0" |
| 24 | +input_l_y_plus_axis = "+1" |
| 25 | +input_l_y_minus_axis = "-1" |
| 26 | +input_r_x_plus_axis = "+2" |
| 27 | +input_r_x_minus_axis = "-2" |
| 28 | +input_r_y_plus_axis = "+3" |
| 29 | +input_r_y_minus_axis = "-3" |
| 30 | + |
| 31 | +input_up_btn_label = "D-Pad Up" |
| 32 | +input_down_btn_label = "D-Pad Down" |
| 33 | +input_left_btn_label = "D-Pad Left" |
| 34 | +input_right_btn_label = "D-Pad Right" |
| 35 | +input_a_btn_label = "B" |
| 36 | +input_b_btn_label = "A" |
| 37 | +input_y_btn_label = "X" |
| 38 | +input_x_btn_label = "Y" |
| 39 | +input_select_btn_label = "Back" |
| 40 | +input_start_btn_label = "Start" |
| 41 | +input_l_btn_label = "LB" |
| 42 | +input_r_btn_label = "RB" |
| 43 | +input_l2_axis_label = "LT" |
| 44 | +input_r2_axis_label = "RT" |
| 45 | +input_l3_btn_label = "Left Thumb" |
| 46 | +input_r3_btn_label = "Right Thumb" |
| 47 | +input_l_x_plus_axis_label = "Left Analog X+" |
| 48 | +input_l_x_minus_axis_label = "Left Analog X-" |
| 49 | +input_l_y_plus_axis_label = "Left Analog Y+" |
| 50 | +input_l_y_minus_axis_label = "Left Analog Y-" |
| 51 | +input_r_x_plus_axis_label = "Right Analog X+" |
| 52 | +input_r_x_minus_axis_label = "Right Analog X-" |
| 53 | +input_r_y_plus_axis_label = "Right Analog Y+" |
| 54 | +input_r_y_minus_axis_label = "Right Analog Y-" |
0 commit comments