mirror of
https://github.com/limyz/573controller
synced 2024-11-23 22:51:00 +01:00
573controller allows you to transform an Arduino Leonardo or Micro into various 573 music game controllers
5d734a5058
Added _iidx description |
||
---|---|---|
_gfxg | ||
_gfxg_adxl345.ino | ||
LICENSE | ||
README.md |
573controller
This repository houses several .ino files for use with an Arduino. Supported music game controllers include:
- _gfxg
Allows you to use an Arduino Leonardo or Micro to transform a Guitar Hero/GuitarFreaks/Gitadora guitar into a USB game controller
- _iidx
Allows you to use an Arduino Leonardo or Micro to transform an IIDX controller into a USB game controller with full support for beatmania IIDX INFINITAS.
- _iidx_2p
Similar to _iidx but with buttons remapped from E1/E2 to E3/E4 for use with doubles play (DP).
Requirements
- Arduino Leonardo or Micro
- Arduino Joystick Library
If you are using _iidx, it additionally requires:
- Quadrature Encoder Library for Arduino
- Replacement of
boards.txt
located in yourArduino/hardware/avr
directory. This modifies the pid (Product ID) and vid (Vendor ID) for beatmania IIDX INFINITAS to accept in-game input.