add dragonrise arcade joystick

This commit is contained in:
retrogamesets
2025-10-01 19:31:18 +02:00
parent ac4c34089e
commit 22a36df654

View File

@@ -0,0 +1,77 @@
{
"device": "DragonRise Inc. Generic USB Joystick ",
"up": {
"type": "axis",
"axis": 0,
"direction": -1,
"display": "\u2191"
},
"down": {
"type": "axis",
"axis": 0,
"direction": 1,
"display": "\u2193"
},
"left": {
"type": "axis",
"axis": 1,
"direction": 1,
"display": "\u2190"
},
"right": {
"type": "axis",
"axis": 1,
"direction": -1,
"display": "\u2192"
},
"confirm": {
"type": "button",
"button": 0,
"display": "A"
},
"cancel": {
"type": "button",
"button": 1,
"display": "B"
},
"history": {
"type": "button",
"button": 4,
"display": "Y"
},
"clear_history": {
"type": "button",
"button": 3,
"display": "X"
},
"start": {
"type": "button",
"button": 9,
"display": "Start"
},
"filter": {
"type": "button",
"button": 8,
"display": "Select"
},
"delete": {
"type": "button",
"button": 5,
"display": "LB"
},
"space": {
"type": "button",
"button": 2,
"display": "RB"
},
"page_up": {
"type": "button",
"button": 5,
"display": "LT"
},
"page_down": {
"type": "button",
"button": 2,
"display": "RT"
}
}