We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3098672 commit 477f629Copy full SHA for 477f629
src/hhd/device/legion_go/slim/base.py
@@ -323,7 +323,7 @@ def controller_loop_xinput(
323
trigger="analog_to_discrete",
324
dpad="both",
325
share_to_qam=True,
326
- swap_guide="guide_is_select" if swap_legion else None,
+ swap_guide="select_is_guide" if swap_legion else None,
327
select_reboots=conf["select_reboots"].to(bool),
328
nintendo_mode=conf["nintendo_mode"].to(bool),
329
emit=emit,
0 commit comments