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.