Skip to content

Commit

Permalink
Update (Adding support for multiple controllers) config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gothboiprncss committed May 30, 2024
1 parent 628f264 commit 1499839
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ds4drv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ def add_arguments(self, actions):
"Bluetooth devices does currently not support "
"any LED functionality")

backendopt.add_argument("--controller-limit", metavar="MAX_NUMBER_OF_CONTROLLERS",
action="store",
type=int,
help="Maximum number of simultaneous connected controllers, default is unlimited.")

daemonopt = parser.add_argument_group("daemon options")
daemonopt.add_argument("--daemon", action="store_true",
help="Run in the background as a daemon")
Expand Down

0 comments on commit 1499839

Please sign in to comment.