From 5992e25c7971385fb9771b1c05d27588d4c6305c Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:38:53 +0000 Subject: [PATCH] upd VMBuses --- 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 1e47875..4273f03 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', 'onyx_mic iris_mic both_mics', start=5) +VMBuses = IntEnum('Buses', 'system comms pretzel game_pcs onyx_mic iris_mic both_mics', start=1) # VBAN Channels VBANChannels = IntEnum('VBANChannels', 'onyx_mic iris_mic comms workstation', start=0)