Skip to content

Commit

Permalink
Ensure joystick input is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
10yard committed Oct 11, 2022
1 parent 4bd05f3 commit e1ef9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dk_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
CONTROL_SNAP = pygame.K_F12

# Joystick Options and Button Assignments
USE_JOYSTICK = 0
# Note: DPAD and first analog axis are automatically mapped to directions
# Device 1 buttons start from 0, Device 2 buttons start from 20
USE_JOYSTICK = False
BUTTON_JUMP = 0
BUTTON_ACTION = 1
BUTTON_P1 = 9
Expand Down
2 changes: 1 addition & 1 deletion settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CONTROL_SETTINGS = tab
# Optional Joystick and Button Assignments (Switched off by default)
# Note: DPAD and first analog axis are automatically mapped to directions
# Device 1 buttons start from 0, Device 2 buttons start from 20
#USE_JOYSTICK = 1
USE_JOYSTICK = 0
#BUTTON_JUMP = 0
#BUTTON_ACTION = 1
#BUTTON_P1 = 9
Expand Down

0 comments on commit e1ef9c2

Please sign in to comment.