Created
June 28, 2018 08:49
-
-
Save hdo/c32538a985f8efed4dfbd848ca4bcc1c to your computer and use it in GitHub Desktop.
Simple Mapping file for bCNC and XBOX Wireless Controller
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
[xboxdrv] | |
#evdev=/dev/input/js0 | |
#silent=true | |
[ui-buttonmap] | |
a=KEY_A | |
b=KEY_B | |
du=KEY_UP | |
dd=KEY_DOWN | |
dl=KEY_LEFT | |
dr=KEY_RIGHT | |
lb=KEY_PAGEUP | |
rb=KEY_PAGEDOWN | |
lt=KEY_KPMINUS | |
rt=KEY_KPPLUS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment