-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1110 from ltrvs/guitarhero
Guitar Hero World Tour Guitar & Drums
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# https://en.wikipedia.org/wiki/Rhythm_game_accessories#Guitar_Hero_World_Tour_/_Metallica_guitar_controller | ||
# https://guitarhero.fandom.com/wiki/Guitar_Hero_World_Tour_Wireless_Guitar_Controller | ||
# D-pad & button frets assgined. No defaults set for the strum, whammy & touch frets. | ||
|
||
input_driver = "udev" | ||
input_device = "Licensed by Sony Computer Entertainment Guitar Hero4 for PlayStation (R) 3" | ||
input_device_display_name = "Guitar Hero Wireless Controller for PS3" | ||
input_vendor_id = "4794" | ||
input_product_id = "256" | ||
input_b_btn = "1" | ||
input_y_btn = "0" | ||
input_select_btn = "8" | ||
input_start_btn = "9" | ||
input_up_btn = "h0up" | ||
input_down_btn = "h0down" | ||
input_left_btn = "h0left" | ||
input_right_btn = "h0right" | ||
input_a_btn = "2" | ||
input_x_btn = "3" | ||
input_l_btn = "4" | ||
input_menu_toggle_btn = "12" | ||
|
||
input_b_btn_label = "Green - Cross" | ||
input_y_btn_label = "Yellow - Square" | ||
input_select_btn_label = "Select" | ||
input_start_btn_label = "Start" | ||
input_up_btn_label = "D-Pad Up" | ||
input_down_btn_label = "D-Pad Down" | ||
input_left_btn_label = "D-Pad Left" | ||
input_right_btn_label = "D-Pad Right" | ||
input_a_btn_label = "Red - Circle" | ||
input_x_btn_label = "Blue - Triangle" | ||
input_l_btn_label = "Orange - L1" | ||
input_menu_toggle_btn_label = "PS" |
32 changes: 32 additions & 0 deletions
32
udev/RedOctane_Guitar_Hero_World_Tour_Drum_Controller_PS3.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# https://en.wikipedia.org/wiki/Rhythm_game_accessories#Guitar_Hero_World_Tour_drum_kit | ||
# https://guitarhero.fandom.com/wiki/Guitar_Hero_World_Tour_Wireless_Drum_Controller | ||
# Only buttons assigned. No defaults set for the drums and pedal. | ||
|
||
input_driver = "udev" | ||
input_device = "RedOctane MIDI Drum GuitarHero for Playstation (R) 3" | ||
input_device_display_name = "Guitar Hero Wireless Drum Controller for PS3" | ||
input_vendor_id = "4794" | ||
input_product_id = "288" | ||
input_b_btn = "1" | ||
input_y_btn = "0" | ||
input_select_btn = "8" | ||
input_start_btn = "9" | ||
input_up_btn = "h0up" | ||
input_down_btn = "h0down" | ||
input_left_btn = "h0left" | ||
input_right_btn = "h0right" | ||
input_a_btn = "2" | ||
input_x_btn = "3" | ||
input_menu_toggle_btn = "12" | ||
|
||
input_b_btn_label = "Cross" | ||
input_y_btn_label = "Square" | ||
input_select_btn_label = "Select" | ||
input_start_btn_label = "Start" | ||
input_up_btn_label = "D-Pad Up" | ||
input_down_btn_label = "D-Pad Down" | ||
input_left_btn_label = "D-Pad Left" | ||
input_right_btn_label = "D-Pad Right" | ||
input_a_btn_label = "Circle" | ||
input_x_btn_label = "Triangle" | ||
input_menu_toggle_btn_label = "PS" |