-
Notifications
You must be signed in to change notification settings - Fork 176
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: abcminiuser/python-elgato-streamdeck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: StreamController/streamcontroller-python-elgato-streamdeck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 15 files changed
- 6 contributors
Commits on Mar 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 030505a - Browse repository at this point
Copy the full SHA 030505aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7307c - Browse repository at this point
Copy the full SHA 3f7307cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f96f8d1 - Browse repository at this point
Copy the full SHA f96f8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b80041 - Browse repository at this point
Copy the full SHA 9b80041View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5268d - Browse repository at this point
Copy the full SHA ce5268dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3862170 - Browse repository at this point
Copy the full SHA 3862170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57132b7 - Browse repository at this point
Copy the full SHA 57132b7View commit details -
Support for Mirabox Stream Dock 293S (#1)
* initial basic support for Mirabox Stream Deck 293S * implements key up/down emulation * improve contributor message :) * add dummy functions, needed by streamcontroller * add side display and small fix in Devicemanager --------- Co-authored-by: Renato Schmidt <[email protected]> Co-authored-by: Frederik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2505714 - Browse repository at this point
Copy the full SHA 2505714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3675605 - Browse repository at this point
Copy the full SHA 3675605View commit details
Commits on Mar 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba9c881 - Browse repository at this point
Copy the full SHA ba9c881View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee878da - Browse repository at this point
Copy the full SHA ee878daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af7bf7 - Browse repository at this point
Copy the full SHA 7af7bf7View commit details
Commits on May 29, 2025
-
Add basic support for Stream Deck Modules (6 key, 15 key) (#2)
* add basic support for Stream Deck Modules (6 key, 15 key) * rename 16 key module const, add support for 32 key + scissor 16 --------- Co-authored-by: Jon Bloom <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bed14ea - Browse repository at this point
Copy the full SHA bed14eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2877a7c - Browse repository at this point
Copy the full SHA 2877a7cView commit details
Commits on Nov 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a85d2cb - Browse repository at this point
Copy the full SHA a85d2cbView commit details
Commits on Jan 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9dacead - Browse repository at this point
Copy the full SHA 9daceadView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee773b - Browse repository at this point
Copy the full SHA eee773bView commit details
Commits on Jun 22, 2026
-
Add register_controllers_factory() for pluggable device discovery (#13)
Add a public module-level register_controllers_factory() that lets host applications register additional factories returning StreamDeck instances. enumerate() now returns the union of the built-in USB-attached devices and the devices returned by every registered factory. This enables non-USB / virtual controllers to appear alongside real StreamDeck hardware. Fully backwards compatible: callers that register no factories see identical behaviour. Usage: from StreamDeck.DeviceManager import DeviceManager, register_controllers_factory register_controllers_factory(my_factory) # my_factory() -> list[StreamDeck] decks = DeviceManager().enumerate()Configuration menu - View commit details
-
Copy full SHA for 7070969 - Browse repository at this point
Copy the full SHA 7070969View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5d017 - Browse repository at this point
Copy the full SHA ef5d017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22de43c - Browse repository at this point
Copy the full SHA 22de43cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master