mirror of
https://github.com/limyz/573controller
synced 2024-11-30 18:24:28 +01:00
5d734a5058
Added _iidx description
1.1 KiB
1.1 KiB
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.