I have a similar question, but I’ll be more specific. I am also using an original Atari 2600 controller, converted to USB using an 2600-daptor, which works great. Obviously a 2600 controller only has 4 directions and a single button so you can’t configure a hotkey with it. I am able to overcome that challenge (mostly) by plugging in a keyboard. Where I have trouble is that only a couple of the switches on the Atari have default keyboard mappings. Specifically, if you go into Retroarch Quickmenu -> Controls -> Port 1 Controls, you can see that “q” is mapped to Left Difficulty A and “w” is mapped to Right Difficulty A. But the rest of the Atari switches are not mapped to any keyboard values. (but they are mapped to Retropad buttons):
- Left Difficult B
- Right Difficult B
- Color
- Black/White
I can use the above fact that they are mapped to Retropad buttons to potentially solve this. I know that I can go into Retroarch Settings -> Input and map the keyboard there, but I also know from past experience, this will save to retroarchcutom.cfg and will not load the next time you run Batocera. So, can you add:
input_player1_l2 = “z”
to batocera.conf, specifically for the stella core, and if so, what is the syntax? If I am able to do that, then I can map the remaining unmapped buttons and Atari should work fully using a keyboard plus the original controller.