Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 435 Bytes

switch-joystick

Build & Flash

git clone https://github.com/ncwhale/switch-joystick
git clone https://github.com/abcminiuser/lufa LUFA
cd switch-joystick
make # build
# Press the reset button on your borad.
# Replace the tty port to your chip port. use `dmesg` to show it.
AVRDUDE_PORT=/dev/ttyACM0 make avrdude # Flash

Refer