Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Added HAS_RSTICK flag for Steam Deck module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Nov 6, 2023
1 parent c68dfa7 commit 3115275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scc/drivers/steamdeck.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class Deck(USBDevice, SCController):
| ControllerFlags.SEPARATE_STICK
| ControllerFlags.HAS_DPAD
| ControllerFlags.IS_DECK
| ControllerFlags.HAS_RSTICK
)

def __init__(self, device, handle, daemon):
Expand Down

0 comments on commit 3115275

Please sign in to comment.