Skip to content

Commit 1842bbf

Browse files
committed
Merge branch 'develop'
2 parents e908361 + f132c5e commit 1842bbf

10 files changed

Lines changed: 10 additions & 263 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "plugins"]
2+
path = plugins
3+
url = https://github.com/Almtr/joycontrol-plugins.git

README.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -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

README_ja.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bluetooth 経由で Nintendo Switch コントローラのエミュレートが
1919
- 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

@@ -122,7 +122,7 @@ Bluetooth 経由で Nintendo Switch コントローラのエミュレートが
122122
- ``SamplePlugin.py`` をロードし、実行する
123123
124124
```sh
125-
$ sudo joycontrol-pluginloader -r EC:C4:0D:F0:D1:2E plugins/samples/SamplePlugin.py --plugin-options option1 option2
125+
$ sudo joycontrol-pluginloader -r 01:23:45:67:89:AB plugins/samples/SamplePlugin.py --plugin-options option1 option2
126126

127127
<snip>
128128

@@ -136,53 +136,7 @@ Bluetooth 経由で Nintendo Switch コントローラのエミュレートが
136136
137137
## プラグイン
138138
139-
### TestControllerButotns
140-
141-
コントローラのボタンが正常に動作しているかを確認する。
142-
143-
1. 「ボタンの動作チェック」メニューを開く
144-
145-
HOME > 設定 > コントローラーとセンサー > 入力デバイスの動作チェック > ボタンの動作チェック
146-
147-
1. joycontrol-pluginloader で TestControllerButtons.py を実行する
148-
149-
```
150-
$ sudo joycontrol-pluginloader -r <Switch Bluetooth Mac address> plugins/tests/TestControllerButtons.py
151-
```
152-
153-
### TestControllerSticks
154-
155-
コントローラのスティックが正常に動作しているかを確認する。
156-
157-
1. 「スティックの補正」メニューを開く
158-
159-
HOME > 設定 > コントローラーとセンサー > スティックの補正
160-
161-
1. joycontrol-pluginloader で TestControllerSticks.py を実行する
162-
163-
```
164-
$ sudo joycontrol-pluginloader -r <Switch Bluetooth Mac address> plugins/tests/TestControllerSticks.py
165-
```
166-
167-
### RepeatA
168-
169-
Aボタンを繰り返し押す。
170-
171-
- joycontrol-pluginloader で RepeatA.py を実行する
172-
173-
```
174-
$ sudo joycontrol-pluginloader -r <Switch Bluetooth Mac address> plugins/utils/RepeatA.py
175-
```
176-
177-
### SimpleMacro
178-
179-
指定されたボタンを順番に押す。
180-
181-
- joycontrol-pluginloader で SimpleMacro.py を実行する
182-
183-
```
184-
$ sudo joycontrol-pluginloader -r <Switch Bluetooth Mac address> plugins/utils/SimpleMacro.py --plugin-options a b x y up down left right
185-
```
139+
- [Almtr/joycontrol-plugins](https://github.com/Almtr/joycontrol-plugins)
186140
187141
## 参考
188142

plugins

Submodule plugins added at 12cffe5

plugins/samples/SamplePlugin.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

plugins/tests/PairingController.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

plugins/tests/TestControllerButtons.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

plugins/tests/TestControllerSticks.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

plugins/utils/RepeatA.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

plugins/utils/SimpleMacro.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)