Skip to content

Commit

Permalink
Merge pull request #1178 from libretro/betop-xf1
Browse files Browse the repository at this point in the history
udev: Add Betop XF1 BFM Dongle Controller
  • Loading branch information
RobLoach authored Aug 31, 2024
2 parents 2eaf522 + 62e8777 commit 4cff1c1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions udev/BETOP BETOP XF1 BFM DONGLE.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
input_driver = "udev"
input_device = "BETOP BETOP XF1 BFM DONGLE"
input_vendor_id = "8380"
input_product_id = "20541"
input_b_btn = "4"
input_y_btn = "7"
input_select_btn = "13"
input_start_btn = "14"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_a_btn = "3"
input_x_btn = "6"
input_l_btn = "9"
input_r_btn = "10"
input_l2_btn = "11"
input_r2_btn = "12"
input_l3_btn = "16"
input_r3_btn = "17"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
input_l_y_minus_axis = "-1"
input_r_x_plus_axis = "+2"
input_r_x_minus_axis = "-2"
input_r_y_plus_axis = "+3"
input_r_y_minus_axis = "-3"
input_gun_trigger_mbtn = "1"

0 comments on commit 4cff1c1

Please sign in to comment.