Skip to content

Commit

Permalink
Merge branch 'master' of github.com:splaspla-hacker/procon-bypass-man
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jun 26, 2021
2 parents 3f11638 + cf0430b commit 84788e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ProconBypassMan
* プロコンを連射機にしたり、キーのリマップをしたり、マクロを実行できるツールです
* Switchに繋いだプロコンを連射機にしたり、キーのリマップをしたり、マクロを実行できるツールです
* 設定ファイルはrubyスクリプトで記述します
* 特定のタイトルに特化した振る舞いにしたい時は各プラグインを使ってください

Expand All @@ -25,8 +25,9 @@ Switch <-- (PBM): ZR連打

## Usage
* USBガジェットモードで起動するRaspberry Pi4を用意する
* https://github.com/jiikko/procon_bypass_man_sample をRaspberry Pi4でclone して実行ファイルを動かす
* 実行ファイルと設定ファイルについては https://github.com/splaspla-hacker/procon_bypass_man/wiki に詳細を書いていますが、まず動かすためにcloneしたほうが早いです
* https://github.com/splaspla-hacker/procon_bypass_man/blob/master/docs/setup_raspi.md
* Raspberry Pi4で https://github.com/jiikko/procon_bypass_man_sample をclone して実行ファイルを動かす
* 実行ファイルと設定ファイルについては https://github.com/splaspla-hacker/procon_bypass_man/wiki に詳細を書いていますが、まず動かすためにはcloneしたほうが早いです

## Plugins
* https://github.com/splaspla-hacker/procon_bypass_man-splatoon2
Expand Down
5 changes: 4 additions & 1 deletion docs/setup_raspi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Raspberry Pi4のセットアップ手順
* SDカードに焼く
* SDカードにRaspberry Pi OS (32-bit)を焼く
* SDカードをRaspberry Pi4本体に挿して起動する
* ラズパイGUI
* 無線LANに接続する
Expand Down Expand Up @@ -36,3 +36,6 @@
* cd ~ && mkdir -p src && cd ~/src && git clone https://github.com/jiikko/procon_bypass_man_sample && cd procon_bypass_man && sudo bundle install

おわり. 起動する時は都度sudo ruby app.rb を実行する

## 参考
* https://mtosak-tech.hatenablog.jp/entry/2020/08/22/114622

0 comments on commit 84788e7

Please sign in to comment.