readme
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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.
|
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. Only [Leonardo, Micro, and Due](https://www.arduino.cc/en/Reference/MouseKeyboard) can use the built-in keyboard function.
|
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.
|
||||||
|
|
||||||
##Features
|
##Features
|
||||||
- Not a joystick, but emulates computer keyboard via USB. (HID interface standard) sdksldksldkdlksdlkdlskdlsddsskdkdkkkkklslskdlsdqooooppppoowowowwoqqqqqpqwwwwwqppqpqpqowowoow
|
- Not a joystick, but emulates computer keyboard via USB. (HID interface standard) sdksldksldkdlksdlkdlskdlsddsskdkdkkkkklslskdlsdqooooppppoowowowwoqqqqqpqwwwwwqppqpqpqowowoow
|
||||||
@@ -13,7 +13,11 @@ Previous alternatives are connecting buttons to disassembled [Joystick circuit](
|
|||||||
- Adjust sensitivity of knobs and buttons in the code.
|
- Adjust sensitivity of knobs and buttons in the code.
|
||||||
|
|
||||||
##Requires
|
##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.)
|
- A [firmware flash hack](http://mitchtech.net/arduino-usb-hid-keyboard/) 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.
|
Please wait for more information after I tested the code more. But if you want to go ahead here are rough steps :
|
||||||
|
- Make a controller.
|
||||||
|
- Look at the code's top part and config things according to your connections to Uno's pin. Please read the comments. (Important)
|
||||||
|
- Upload the code to your Uno with the [Arduino IDE](https://www.arduino.cc/en/Main/Software).
|
||||||
|
- Do the [firmware flash hack](http://mitchtech.net/arduino-usb-hid-keyboard/).
|
||||||
|
- Reconnect and done!
|
||||||
|
|||||||
Reference in New Issue
Block a user