Skip to content

Instantly share code, notes, and snippets.

@flungo
Last active November 21, 2015 11:28
Show Gist options
  • Select an option

  • Save flungo/787009edabd6888321ea to your computer and use it in GitHub Desktop.

Select an option

Save flungo/787009edabd6888321ea to your computer and use it in GitHub Desktop.

Revisions

  1. flungo renamed this gist Nov 21, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions r-z-swap → l-z-swap
    Original file line number Diff line number Diff line change
    @@ -9,15 +9,15 @@ DPad L = hat(0 Left)
    DPad D = hat(0 Down)
    DPad U = hat(0 Up)
    Start = button(9)
    Z Trig = button(7)
    Z Trig = button(6)
    B Button = button(0)
    A Button = button(2)
    C Button R = button(5)
    C Button L = button(1)
    C Button D = button(3)
    C Button U = button(4)
    R Trig = button(8)
    L Trig = button(6)
    R Trig = button(7)
    L Trig = button(8)
    Mempak switch =
    Rumblepak switch =
    X Axis = axis(0-,0+)
  2. flungo created this gist Nov 21, 2015.
    24 changes: 24 additions & 0 deletions r-z-swap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    [DragonRise Inc. Generic USB Joystick]
    plugged = True
    plugin = 2
    mouse = False
    AnalogDeadzone = 4096,4096
    AnalogPeak = 32768,32768
    DPad R = hat(0 Right)
    DPad L = hat(0 Left)
    DPad D = hat(0 Down)
    DPad U = hat(0 Up)
    Start = button(9)
    Z Trig = button(7)
    B Button = button(0)
    A Button = button(2)
    C Button R = button(5)
    C Button L = button(1)
    C Button D = button(3)
    C Button U = button(4)
    R Trig = button(8)
    L Trig = button(6)
    Mempak switch =
    Rumblepak switch =
    X Axis = axis(0-,0+)
    Y Axis = axis(1-,1+)
    24 changes: 24 additions & 0 deletions standard
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    [DragonRise Inc. Generic USB Joystick]
    plugged = True
    plugin = 2
    mouse = False
    AnalogDeadzone = 4096,4096
    AnalogPeak = 32768,32768
    DPad R = hat(0 Right)
    DPad L = hat(0 Left)
    DPad D = hat(0 Down)
    DPad U = hat(0 Up)
    Start = button(9)
    Z Trig = button(8)
    B Button = button(0)
    A Button = button(2)
    C Button R = button(5)
    C Button L = button(1)
    C Button D = button(3)
    C Button U = button(4)
    R Trig = button(7)
    L Trig = button(6)
    Mempak switch =
    Rumblepak switch =
    X Axis = axis(0-,0+)
    Y Axis = axis(1-,1+)