8BitDo_Lite_SE_BT.cfg 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # 8BitDo Lite SE - https://www.8bitdo.com/ - https://www.8bitdo.com/lite-se/
  2. # Firmware v1.00 - https://support.8bitdo.com/ - https://support.8bitdo.com/firmware-updater.html
  3. # This is with the device started in Android (D-Input) mode.
  4. input_driver = "android"
  5. input_device = "8BitDo Lite SE"
  6. input_device_display_name = "8BitDo Lite SE"
  7. input_vendor_id = "11720"
  8. input_product_id = "20753"
  9. input_b_btn = "97"
  10. input_y_btn = "100"
  11. input_select_btn = "109"
  12. input_start_btn = "108"
  13. input_a_btn = "96"
  14. input_x_btn = "99"
  15. input_l_btn = "102"
  16. input_r_btn = "103"
  17. input_l2_btn = "104"
  18. input_r2_btn = "105"
  19. input_l3_btn = "106"
  20. input_r3_btn = "107"
  21. input_menu_toggle_btn = "110"
  22. input_up_btn = "h0up"
  23. input_down_btn = "h0down"
  24. input_left_btn = "h0left"
  25. input_right_btn = "h0right"
  26. input_l_x_plus_axis = "+0"
  27. input_l_x_minus_axis = "-0"
  28. input_l_y_plus_axis = "+1"
  29. input_l_y_minus_axis = "-1"
  30. input_r_x_plus_axis = "+2"
  31. input_r_x_minus_axis = "-2"
  32. input_r_y_plus_axis = "+3"
  33. input_r_y_minus_axis = "-3"
  34. input_b_btn_label = "B"
  35. input_y_btn_label = "Y"
  36. input_select_btn_label = "Select"
  37. input_start_btn_label = "Start"
  38. input_a_btn_label = "A"
  39. input_x_btn_label = "X"
  40. input_l_btn_label = "L"
  41. input_r_btn_label = "R"
  42. input_l2_btn_label = "L2"
  43. input_r2_btn_label = "R2"
  44. input_l3_btn_label = "L3"
  45. input_r3_btn_label = "R3"
  46. input_menu_toggle_btn_label = "Home"
  47. input_up_btn_label = "Dpad Up"
  48. input_down_btn_label = "Dpad Down"
  49. input_left_btn_label = "Dpad Left"
  50. input_right_btn_label = "Dpad Right"
  51. input_l_x_plus_axis_label = "LS Right"
  52. input_l_x_minus_axis_label = "LS Left"
  53. input_l_y_plus_axis_label = "LS Down"
  54. input_l_y_minus_axis_label = "LS Up"
  55. input_r_x_plus_axis_label = "RS Right"
  56. input_r_x_minus_axis_label = "RS Left"
  57. input_r_y_plus_axis_label = "RS Down"
  58. input_r_y_minus_axis_label = "RS Up"