|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-02 02:16:30
|
Module: performous Branch: opengl2 Commit: 1cbf9fdab33615c5589d0b0f74f968bd3b3638bf Author: Marcin Wanczyk <dj_...@po...> Date: Wed Dec 8 22:23:29 2010 +0100 Added a Thrustmaster dancepad Signed-off-by: Marcin Wanczyk <dj_...@po...> --- data/controllers.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/data/controllers.xml b/data/controllers.xml index 513fcdf..c78cda8 100644 --- a/data/controllers.xml +++ b/data/controllers.xml @@ -208,4 +208,20 @@ <button id="9" value="start" /> </mapping> </controller> + <controller type="dancepad" name="DANCEPAD_THRUST"> + <description>Thrustmaster dancepad</description> + <regexp match="DDR2SET DDR2SET" /> + <mapping> + <button id="0" value="down" /> + <button id="1" value="right" /> + <button id="2" value="up-right" /> + <button id="3" value="left" /> + <button id="4" value="up" /> + <button id="5" value="up-left" /> + <button id="6" value="down-left" /> + <button id="7" value="down-right" /> + <button id="8" value="start" /> + <button id="9" value="select" /> + </mapping> + </controller> </controllers> |