From 0218579ba8508e85e20da5bdfe5b1a7615a90f57 Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:26:36 +0000 Subject: [PATCH] upd bus enum --- duckypad_twitch/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckypad_twitch/enums.py b/duckypad_twitch/enums.py index 4273f03..58cc597 100644 --- a/duckypad_twitch/enums.py +++ b/duckypad_twitch/enums.py @@ -6,7 +6,7 @@ Buttons = IntEnum( # Voicemeeter Channels VMStrips = IntEnum('Strips', 'onyx_mic iris_mic onyx_pc iris_pc st_input_5 system comms pretzel', start=0) -VMBuses = IntEnum('Buses', 'system comms pretzel game_pcs onyx_mic iris_mic both_mics', start=1) +VMBuses = IntEnum('Buses', 'system comms pretzel game_pcs output_5 onyx_mic iris_mic both_mics', start=0) # VBAN Channels VBANChannels = IntEnum('VBANChannels', 'onyx_mic iris_mic comms workstation', start=0)