Created
November 20, 2015 23:26
-
-
Save techbelly/fbe16c62353e977d303c to your computer and use it in GitHub Desktop.
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
{ | |
"name": "Minecraft", | |
"tag": "PS3", | |
"joysticks": [ | |
{ | |
"tag": "Write here a tag to identify anything you want", | |
"binds": { | |
"axi 3 -": [ | |
"mou 1 - 6" | |
], | |
"axi 2 +": [ | |
"mou 0 + 6" | |
], | |
"axi 3 +": [ | |
"mou 1 + 6" | |
], | |
"axi 2 -": [ | |
"mou 0 - 6" | |
], | |
"axi 1 -": [ | |
"key 26" | |
], | |
"axi 0 -": [ | |
"key 4" | |
], | |
"axi 1 +": [ | |
"key 22" | |
], | |
"axi 0 +": [ | |
"key 7" | |
], | |
"btn 14": [ | |
"key 44" | |
], | |
"btn 8": [ | |
"key 41" | |
], | |
"btn 10": [ | |
"mbt 0" | |
], | |
"btn 11": [ | |
"mbt 2" | |
], | |
"btn 15": [ | |
"mbt 1" | |
], | |
"btn 12": [ | |
"key 8" | |
], | |
"btn 13": [ | |
"key 225" | |
], | |
"btn 9": [ | |
"key 20" | |
], | |
"btn 5": [ | |
"whs 1 +" | |
], | |
"btn 7": [ | |
"whs 1 -" | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment