@@ -26,3 +26,30 @@ input_r_x_plus_axis = "+3"
2626input_r_x_minus_axis = " -3"
2727input_r_y_plus_axis = " +4"
2828input_r_y_minus_axis = " -4"
29+ input_menu_toggle_btn = " 8"
30+
31+ input_b_btn_label = " A"
32+ input_y_btn_label = " X"
33+ input_select_btn_label = " Back"
34+ input_start_btn_label = " Start"
35+ input_up_btn_label = " D-Pad Up"
36+ input_down_btn_label = " D-Pad Down"
37+ input_left_btn_label = " D-Pad Left"
38+ input_right_btn_label = " D-Pad Right"
39+ input_a_btn_label = " B"
40+ input_x_btn_label = " Y"
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-"
55+ input_menu_toggle_btn_label = " Guide"
0 commit comments