Skip to content

ebith/Switch-Fightstick

 
 

Repository files navigation

Switch-Fightstick

Thumbnail

Requirement

Usage

NintendoSwitchをPCから操作する - おいら屋ファクトリー(in Japanese)

On MacOS

brew install avrdude osx-cross/avr/avr-gcc
git clone --recursive https://github.com/ebith/Switch-Fightstick.git
cd Switch-Fightstick
make
avrdude -pm32u4 -cavr109 -D -P$(ls /dev/tty.usbmodem*) -b57600 -Uflash:w:Joystick.hex # need reset

pip3 install pyserial
./example/rapid-fire-a.py /dev/tty.usbserial*

You can also download Joystick.hex here.

Packages

No packages published

Languages

  • C 81.1%
  • Python 9.7%
  • C++ 5.7%
  • Makefile 3.5%