Skip to content

Commit

Permalink
Merge pull request #24 from Wolfy76700/progcc
Browse files Browse the repository at this point in the history
Added ProGCC 3
  • Loading branch information
Wolfy76700 authored Apr 4, 2024
2 parents d7a3978 + 14114d1 commit f38232b
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pad/handheldlegend/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Hand Held Legend"
}
104 changes: 104 additions & 0 deletions pad/handheldlegend/progcc/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"name": "ProGCC 3",
"functions": {
"analog_sticks": [
{
"name": "Left Stick",
"has_button": true
},
{
"name": "Right Stick",
"has_button": true
}
],
"digital_sticks": null,
"action_buttons": [
{
"name": "A",
"analog": false
},
{
"name": "B",
"analog": false
},
{
"name": "X",
"analog": false
},
{
"name": "Y",
"analog": false
},
{
"name": "L",
"analog": false
},
{
"name": "R",
"analog": false
},
{
"name": "ZL",
"analog": false
},
{
"name": "ZR",
"analog": false
}
],
"menu_buttons": [
"-",
"+"
],
"system_buttons": [
"Capture",
"Home"
],
"other_buttons": [
"Sync"
],
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": true,
"software": null
}
}
],
"gyroscope": true,
"accelerometer": true,
"ir_reciever": false,
"extension_ports": 0,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": {
"interface": "USB-C",
"removable": true
},
"bluetooth": false,
"2_4ghz": false,
"rumble": "standard",
"digital_to_analog_conversion": null,
"pc_xinput": true,
"pc_steaminput": true,
"native_consoles": [
"nsw",
"ngc",
"wii",
"n64",
"nes",
"snes"
],
"macro": false,
"turbo": false
}
}
Binary file added pad/handheldlegend/progcc/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f38232b

Please sign in to comment.