From a475d66a385412c41be65762a8fa657f929a4c8e Mon Sep 17 00:00:00 2001 From: "Jack B. Du" Date: Sun, 2 Aug 2020 18:04:16 +0400 Subject: [PATCH] Minor error fixed: "minus" available on JOYCON_L instead of "plus" --- joycontrol/controller_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joycontrol/controller_state.py b/joycontrol/controller_state.py index 8dadd55..dfd4a76 100644 --- a/joycontrol/controller_state.py +++ b/joycontrol/controller_state.py @@ -118,7 +118,7 @@ class ButtonState: self._available_buttons = {'y', 'x', 'b', 'a', 'sr', 'sl', 'r', 'zr', 'plus', 'r_stick', 'home'} elif self.controller == Controller.JOYCON_L: - self._available_buttons = {'plus', 'l_stick', 'capture', + self._available_buttons = {'minus', 'l_stick', 'capture', 'down', 'up', 'right', 'left', 'sr', 'sl', 'l', 'zl'} # byte 1