Advertisement
Guest User

8Bitdo_Classic_FC30_P1_BT.cfg for Retropie

a guest
Oct 2nd, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # 8bitdo.com - Firmware v2.6
  2. input_driver = "udev"
  3. input_device = "8Bitdo FC30 GamePad"
  4. input_device_display_name = "8Bitdo FC30 P1 BT"
  5.  
  6. # Hex vid:pid = 2810:0009 -> Decimal vid:pid = 10256:9
  7. input_vendor_id = 10256
  8. input_product_id = 9
  9.  
  10. input_b_btn = "1"
  11. input_y_btn = "4"
  12. input_select_btn = "10"
  13. input_start_btn = "11"
  14. input_a_btn = "0"
  15. input_x_btn = "3"
  16. input_l_btn = "6"
  17. input_r_btn = "7"
  18.  
  19. input_b_btn_label = "B"
  20. input_y_btn_label = "Y"
  21. input_select_btn_label = "Select"
  22. input_start_btn_label = "Start"
  23. input_a_btn_label = "A"
  24. input_x_btn_label = "X"
  25. input_l_btn_label = "L"
  26. input_r_btn_label = "R"
  27.  
  28. #input_enable_hotkey_btn = "6"
  29. #input_exit_emulator_btn = "7"
  30.  
  31. # Bluetooth Mode(START) D-pad = Keyboard arrow keys
  32. input_up_btn = "-1"
  33. input_down_btn = "1"
  34. input_left_btn = "-0"
  35. input_right_btn = "+0"
  36.  
  37. input_up_btn_label = "D-Pad Up"
  38. input_down_btn_label = "D-Pad Down"
  39. input_left_btn_label = "D-Pad Left"
  40. input_right_btn_label = "D-Pad Right"
  41.  
  42. # Bluetooth Mode(START+R) D-pad = PC Joystick.
  43. input_up_axis = "-1"
  44. input_down_axis = "+1"
  45. input_left_axis = "-0"
  46. input_right_axis = "+0"
  47.  
  48. input_up_axis_label = "D-Pad Up"
  49. input_down_axis_label = "D-Pad Down"
  50. input_left_axis_label = "D-Pad Left"
  51. input_right_axis_label = "D-Pad Right"
  52.  
  53. # -------------------------------------------------------------------------------------------------------------------------------------------------
  54. # If RetroArch do NOT detect the controller when connected via Bluetooth and won't even recognize manual binding,
  55. # fix it by adding this udev rule (the line below WITHOUT the # symbol at the beginning!) to "/etc/udev/rules.d/10-local.rules" and reboot.
  56. # SUBSYSTEM=="input", ATTRS{name}=="8Bitdo FC30 GamePad", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
  57. # -------------------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement