Skip to content

Commit

Permalink
oops wrong turn… braid back as it were
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Loiseau committed Apr 18, 2015
1 parent aee9a3e commit c869d84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/braid.xboxdrv
Expand Up @@ -18,17 +18,17 @@ y = KEY_F
lt = BTN_RIGHT
rt = BTN_LEFT

rb = KEY_UP
lb = KEY_DOWN
rb = KEY_LEFTSHIFT
lb = KEY_Q

tl = KEY_LEFTSHIFT
tr = KEY_R

[ui-buttonmap]
du = KEY_UP
dr = KEY_RIGHT
dd = KEY_DOWN
dl = KEY_LEFT
du = KEY_J
dr = KEY_N
dd = KEY_X
dl = KEY_M

# lt = KEY_VOLUMEDOWN
# rt = KEY_VOLUMEUP
Expand Down

0 comments on commit c869d84

Please sign in to comment.