@@ -19,7 +19,7 @@ This is a plugin loader for joycontrol that can emulate Nintendo Switch controll
1919- Install joycontrol-pluginloader
2020
2121 ` ` ` sh
22- $ git clone https://github.com/Almtr/joycontrol-pluginloader.git
22+ $ git clone --recursive https://github.com/Almtr/joycontrol-pluginloader.git
2323 $ sudo pip3 install joycontrol-pluginloader/
2424 ` ` `
2525
@@ -123,7 +123,7 @@ This is a plugin loader for joycontrol that can emulate Nintendo Switch controll
123123- Load and run ` ` SamplePlugin.py` `
124124
125125 ` ` ` sh
126- $ sudo joycontrol-pluginloader -r EC:C4:0D:F0:D1:2E plugins/samples/SamplePlugin.py --plugin-options option1 option2
126+ $ sudo joycontrol-pluginloader -r 01:23:45:67:89:AB plugins/samples/SamplePlugin.py --plugin-options option1 option2
127127
128128 < snip>
129129
@@ -137,53 +137,7 @@ This is a plugin loader for joycontrol that can emulate Nintendo Switch controll
137137
138138# # Plugins
139139
140- # ## TestControllerButtons
141-
142- Check if the controller buttons are working properly.
143-
144- 1. Open the " Test Controller Buttons" menu
145-
146- Home > System Settings > Controllers and Sensors > Test Input Devices > Test Controller Buttons
147-
148- 1. Run TestControllerButtons.py with joycontrol-pluginloader
149-
150- ` ` `
151- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address> plugins/tests/TestControllerButtons.py
152- ` ` `
153-
154- # ## TestControllerSticks
155-
156- Check if the controller sticks are working properly.
157-
158- 1. Open the " Calibrate Control Sticks" menu
159-
160- Home > System Settings > Controllers and Sensors > Calibrate Control Sticks
161-
162- 1. Run TestControllerSticks.py with joycontrol-pluginloader
163-
164- ` ` `
165- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address> plugins/tests/TestControllerSticks.py
166- ` ` `
167-
168- # ## RepeatA
169-
170- Pushing the " A Button" repeatedly.
171-
172- - Run RepeatA.py with joycontrol-pluginloader
173-
174- ` ` `
175- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address> plugins/utils/RepeatA.py
176- ` ` `
177-
178- # ## SimpleMacro
179-
180- Press the specified buttons in sequence.
181-
182- - Run SimpleMacro.py with joycontrol-pluginloader
183-
184- ` ` `
185- $ sudo joycontrol-pluginloader -r < Switch Bluetooth Mac address> plugins/utils/SimpleMacro.py --plugin-options a b x y up down left right
186- ` ` `
140+ - [Almtr/joycontrol-plugins](https://github.com/Almtr/joycontrol-plugins)
187141
188142# # References
189143
0 commit comments