Last active
April 1, 2018 09:19
-
-
Save matti/645664ece7c16974e524448f666986e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'SUBSYSTEM=="input", ATTRS{name}=="TOMMO NEOGEOX Arcade Stick", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"' > /etc/udev/rules.d/10-neogeo.rules | |
| # metal slug a-b-c /home/pi/.config/retroarch/autoconfig/TOMMO NEOGEOX Arcade Stick.cfg | |
| input_device = "TOMMO NEOGEOX Arcade Stick" | |
| input_driver = "udev" | |
| input_start_btn = "9" | |
| input_exit_emulator_btn = "9" | |
| input_up_btn = "h0up" | |
| input_a_btn = "1" | |
| input_b_btn = "0" | |
| input_reset_btn = "1" | |
| input_enable_hotkey_btn = "8" | |
| input_down_btn = "h0down" | |
| input_right_btn = "h0right" | |
| input_state_slot_increase_btn = "h0right" | |
| input_x_btn = "2" | |
| input_menu_toggle_btn = "3" | |
| input_select_btn = "8" | |
| input_y_btn = "3" | |
| input_left_btn = "h0left" | |
| input_state_slot_decrease_btn = "h0left" | |
| input_vendor_id = "4754" | |
| input_product_id = "20039" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment