Skip to content

Commit

Permalink
Add PS5 as another controller
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 19, 2024
1 parent a8330fc commit 7ab4585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clearpath_config/platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ class PlatformConfig(BaseConfig):

# Controllers
PS4 = 'ps4'
PS5 = 'ps5'
LOGITECH = 'logitech'
XBOX = 'xbox'
CONTROLLERS = [
PS4,
PS5,
LOGITECH,
XBOX
]
Expand Down

0 comments on commit 7ab4585

Please sign in to comment.