Skip to content

Commit

Permalink
arcadeBonnet.py: change keys to play better with RetroPie defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Mar 21, 2018
1 parent d5378c9 commit 0f5a63e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arcadeBonnet.py
Expand Up @@ -24,10 +24,10 @@
# Keyboard Bonnet EmulationStation
e.KEY_LEFTCTRL, # 1A 'A' button
e.KEY_LEFTALT, # 1B 'B' button
e.KEY_Z, # 1C 'X' button
e.KEY_X, # 1D 'Y' button
e.KEY_SPACE, # 1E 'Select' button
e.KEY_ENTER, # 1F 'Start' button
e.KEY_A, # 1C 'X' button
e.KEY_S, # 1D 'Y' button
e.KEY_5, # 1E 'Select' button
e.KEY_1, # 1F 'Start' button
0, # Bit 6 NOT CONNECTED on Bonnet
0, # Bit 7 NOT CONNECTED on Bonnet
e.KEY_DOWN, # 4-way down D-pad down
Expand Down

0 comments on commit 0f5a63e

Please sign in to comment.