From 2edc9942fd90e1cbc0b03e272f723ceac5354be7 Mon Sep 17 00:00:00 2001 From: Sirawat Pitaksarit Date: Thu, 25 Aug 2016 23:07:24 +0900 Subject: [PATCH] readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5aaf23..33057a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ #Sound Voltex Controller Script for Arduino Uno -Please wait! +This is for building your own physical controller for the game called [K-Shoot Mania](http://kshoot.client.jp) with an Arduino Uno as a USB interface. + +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. + +##Features +- Not a joystick, but emulates computer keyboard via USB. (HID interface standard) sdksldksldkdlksdlkdlskdlsddsskdkdkkkkklslskdlsdqooooppppoowowowwoqqqqqpqwwwwwqppqpqpqowowoow +- Supports LED response on all 4 BT + 2 FX + START button. +- Supports encoders with 2 signals (quadrature encoded), e.g. Copal RES20D50-201-1 +- Change Uno's input pin easily in the code to suit your project. +- Adjust corresponding keys in the code. +- Adjust sensitivity of knobs and buttons in the code. + +##Requires +- A firmware flash hack that will make your Arduino HID compatible but loses ability to program. (Need to flash the firmware back to reprogram) (Cannot brick your Uno.) +- + +Please wait after I tested the code more.