Merge pull request #1 from EyreFree/master

Update README.md
This commit is contained in:
Sirawat Pitaksarit
2017-10-30 17:20:30 +07:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ If you build your own controller for the game called [K-Shoot Mania](http://ksho
Previous alternatives are connecting buttons to disassembled [Joystick circuit](http://homingpuyo.blog91.fc2.com/blog-entry-650.html), or using an [Arduino Leonardo](http://sdvxii.pancakeapps.com/LEONARDO). Arduino Uno cannot interface as a keyboard as easily as Leonardo. Only [Leonardo, Micro, and Due](https://www.arduino.cc/en/Reference/MouseKeyboard) can use the built-in keyboard functions. Previous alternatives are connecting buttons to disassembled [Joystick circuit](http://homingpuyo.blog91.fc2.com/blog-entry-650.html), or using an [Arduino Leonardo](http://sdvxii.pancakeapps.com/LEONARDO). Arduino Uno cannot interface as a keyboard as easily as Leonardo. Only [Leonardo, Micro, and Due](https://www.arduino.cc/en/Reference/MouseKeyboard) can use the built-in keyboard functions.
## Video demo ## Video demo
The controller with Arduino Uno in this video uses this script. The knob miss probably results from my skill, not the script. (My rank is 9 in SDVX, I could not play perfectly.) The controller with Arduino Uno in this video uses this script. The knob miss probably results from my skill, not the script. (My rank is 9 in SDVX, I could not play perfectly.)
[cry of viyella - Laur](https://www.youtube.com/watch?v=efWP1qvjdQ0) [cry of viyella - Laur](https://www.youtube.com/watch?v=efWP1qvjdQ0)
@@ -16,6 +17,7 @@ The controller with Arduino Uno in this video uses this script. The knob miss pr
[Fall in the Vortex - LAriA](https://www.youtube.com/watch?v=rYstLXN4oDg) [Fall in the Vortex - LAriA](https://www.youtube.com/watch?v=rYstLXN4oDg)
## Features ## Features
- Plug into your computer as a USB keyboard. (HID interface standard) sdksldksldkdlksdlkdlskdlsddsskdkdkkkkklslskdlsdqooooppppoowowowwoqqqqqpqwwwwwqppqpqpqowowoow - Plug into your computer as a USB keyboard. (HID interface standard) sdksldksldkdlksdlkdlskdlsddsskdkdkkkkklslskdlsdqooooppppoowowowwoqqqqqpqwwwwwqppqpqpqowowoow
- Supports LED response on all 4 BT + 2 FX + START button. - Supports LED response on all 4 BT + 2 FX + START button.
- Supports encoders with 2 output signals cable (quadrature encoded), e.g. Copal RES20D50-201-1 - Supports encoders with 2 output signals cable (quadrature encoded), e.g. Copal RES20D50-201-1
@@ -24,6 +26,7 @@ The controller with Arduino Uno in this video uses this script. The knob miss pr
- Adjust sensitivity of knobs and buttons in the code. - Adjust sensitivity of knobs and buttons in the code.
## Requires ## Requires
- A [firmware flash hack](http://mitchtech.net/arduino-usb-hid-keyboard/) that will make your Arduino HID compatible but loses ability to program. If you want to reupload the program again you need to flash the firmware back. (Flashing this firmware cannot brick your Uno.) - A [firmware flash hack](http://mitchtech.net/arduino-usb-hid-keyboard/) that will make your Arduino HID compatible but loses ability to program. If you want to reupload the program again you need to flash the firmware back. (Flashing this firmware cannot brick your Uno.)
## How to use ## How to use