Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 525 Bytes

README.markdown

File metadata and controls

22 lines (14 loc) · 525 Bytes

Convert your SNES gamepad into a generic USB joystick. Read more.

Building

Install toolchain:

pacman -S avr-gcc

... and teensy loader

yaourt teensy-loader-cli

... then build by running make. Load firmware to teensy:

teensy-loader-cli -w -mmcu=atmega32u4 gamepad.hex

Reference