1
0
mirror of https://github.com/limyz/573controller synced 2024-11-24 07:00:13 +01:00
573controller/README.md

32 lines
1.8 KiB
Markdown
Raw Normal View History

# 573controller
2020-04-27 05:33:18 +02:00
This repository houses several Arduino .ino files for use with an Arduino Leonardo or Micro to transform it into music game controller. Supported controllers include:
* _gfxg
2020-05-04 00:13:44 +02:00
Allows you to transform it into a a USB game controller for use with [Clone Hero](https://clonehero.net)/[DTXAL](http://senamih.com/dtxal)/Guitar Hero/GuitarFreaks/Gitadora. For instructions on how to convert an existing guitar into one, [check out 573controller's wiki](https://github.com/limyz/573controller/wiki/DIY-Guitar).
2020-05-01 07:37:11 +02:00
* _iidx
2020-04-27 05:33:18 +02:00
Allows you to transform it into a IIDX controller with full native support for [beatmania IIDX INFINITAS](https://p.eagate.573.jp/game/eac2dx/infinitas).
* _iidx_2p
2020-04-27 05:33:18 +02:00
Similar to _iidx but with buttons remapped from E1/E2 to E3/E4 for use with doubles play (DP). For players using the 2P side for single play, simply modify E3/E4 to E1/E2 button mappings.
* _sdvx
Allows you to transform it into a SDVX controller with full native support for [SOUND VOLTEX III](https://p.eagate.573.jp/game/eacsdvx/iii).
## Requirements
* Arduino Leonardo or Micro
* [Arduino Joystick Library](https://github.com/MHeironimus/ArduinoJoystickLibrary)
If you are using _iidx, it additionally requires:
* [Quadrature Encoder Library for Arduino](https://github.com/PaulStoffregen/Encoder)
2020-04-27 05:33:18 +02:00
* Replacement of `boards.txt` located in your `Arduino/hardware/avr` directory. This allows [beatmania IIDX INFINITAS](https://p.eagate.573.jp/game/eac2dx/infinitas) to accept in-game input natively.
If you are using _sdvx, it additionally requires:
* [Quadrature Encoder Library for Arduino](https://github.com/PaulStoffregen/Encoder)
* Replacement of `boards.txt` located in your `Arduino/hardware/avr` directory. This allows [SOUND VOLTEX III](https://p.eagate.573.jp/game/eacsdvx/iii) to accept in-game input natively.