Skip to content

Commit

Permalink
add light gun configgen namco 2x6
Browse files Browse the repository at this point in the history
This is a temporary solution. One gun only.
  • Loading branch information
Tovarichtch committed Aug 16, 2024
1 parent 11a4815 commit 2c355f3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package/batocera/emulators/play/namco2x6.keys
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,27 @@
"type": "key",
"target": [ "KEY_0" ]
}
]
,"actions_gun1": [
{
"trigger": "left",
"type": "key",
"target": "KEY_X"
},
{
"trigger": "right",
"type": "key",
"target": "KEY_S"
},
{
"trigger": "middle",
"type": "key",
"target": "KEY_BACKSPACE"
},
{
"trigger": "1",
"type": "key",
"target": "KEY_ENTER"
}
]
}

0 comments on commit 2c355f3

Please sign in to comment.