From c236bf83c6cb08c3cc44328852bb2de8bd89a771 Mon Sep 17 00:00:00 2001 From: Sirawat Pitaksarit Date: Fri, 26 Aug 2016 00:15:35 +0900 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53b54be..3c3a787 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #Sound Voltex Controller Script for Arduino Uno +![noahnear](https://github.com/5argon/UnoSDVXCon/raw/master/images/splash.gif) + 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 functions.