Skip to content

Commit

Permalink
Add misc buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Mar 1, 2024
1 parent d58b222 commit 7413f02
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions g29py/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SLOT_RANGE = [0x1, 0xF]

# AXIS
BUTTON_PADS = 0
GAME_PAD = 0
BUTTON_MISC = 1
BUTTON_PLUS = 2
BUTTON_MINUS = 3
Expand All @@ -31,4 +31,13 @@
GAME_PAD_X = 24
GAME_PAD_SQUARE = 40
GAME_PAD_CIRCLE = 72
GAME_PAD_TRIANGLE = 136
GAME_PAD_TRIANGLE = 136

# MISC
MISC_NIL = 0
MISC_R2 = 4
MISC_R3 = 64
MISC_L2 = 8
MISC_L3 = 128
MISC_SHARE = 16
MISC_OPTIONS = 32

0 comments on commit 7413f02

Please sign in to comment.