A USB device based on the Nintendo SNES Gamepad hardware, emulating a partial keyboard.
The original idea is to use it just as a gamepad for a SNES emulator. Later, it may become something else.
Using a Teensy 2.0, and interfacing with the gamepad microcontroller. This idea was based on the YeOldeJoystick project.
Copyright (c) 2014 Pablo Caro. All Rights Reserved.
Pablo Caro <me@pcaro.es> - https://pcaro.es/
Some of the parts were based on the work by John Burkert <johkburkert@gmail.com>, released under the MIT license, and use the "usb_keyboard" code from the PJRC example, released under the MIT license.