|
From: Tapio V. <aa...@us...> - 2010-08-12 21:27:51
|
Module: performous Branch: joinmenu Commit: bd194e7f84cb3b97e969b34937e10cd65dc8608b Author: Vincent Le Ligeour <yo...@us...> Date: Tue Aug 10 15:42:17 2010 +0200 Added default GH5/Band Hero controller matching --- data/controllers.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/data/controllers.xml b/data/controllers.xml index ab48239..a3f271e 100644 --- a/data/controllers.xml +++ b/data/controllers.xml @@ -14,6 +14,19 @@ <button id="9" value="start" /> </mapping> </controller> + <controller type="guitar" name="GUITAR_GUITARHERO5"> + <description>Guitar Hero 5/Band Hero guitar</description> + <regexp match="Entertainment Guitar Hero5" /> + <mapping> + <button id="0" value="yellow" /> + <button id="1" value="green" /> + <button id="2" value="red" /> + <button id="3" value="blue" /> + <button id="4" value="orange" /> + <button id="8" value="select" /> + <button id="9" value="start" /> + </mapping> + </controller> <controller type="guitar" name="GUITAR_GUITARHERO_XPLORER"> <description>Guitar Hero X-plorer guitar</description> <regexp match="Guitar Hero X-plorer" /> @@ -82,6 +95,20 @@ <button id="9" value="start" /> </mapping> </controller> + <controller type="drumkit" name="DRUMS_GUITARHERO5"> + <description>Guitar Hero 5/Band Hero drum kit</description> + <regexp match="Drum Guitar Hero5" /> + <mapping> + <button id="0" value="blue" /> + <button id="1" value="green" /> + <button id="2" value="red" /> + <button id="3" value="yellow" /> + <button id="4" value="kick" /> + <button id="5" value="green" /> + <button id="8" value="select" /> + <button id="9" value="start" /> + </mapping> + </controller> <controller type="drumkit" name="DRUMS_ROCKBAND_WII"> <description>RockBand Wii drum kit</description> <regexp match="Harmonix Drum Controller for Nintendo Wii" /> |