for noobs who dont know
Code:
X Button - 4000
[] Button - 8000
o Button - 2000
/\ Button - 1000
L Trigger - 0100
R Trigger - 0200
DPad Up -0010
DPad Down - 0040
DPad Left - 0080
DPad Right -0020
Select -0001
Start - 0008
works with this
#Rapid Button
;Hz 46
0x0127e1e4 0x00000000

so to add/ change buttons change the red 0000's

#Rapid X ;Name
;credits /instructions
0x0127e1e4 0x00004000 ;Code


#Rapid [] ;Name
;credits /instructions
0x0127e1e4 0x00008000 ;Code


#Rapid O ;Name
;credits /instructions
0x0127e1e4 0x00002000 ;Code


#Rapid /\ ;Name
;credits /instructions
0x0127e1e4 0x00001000 ;Code

thats how to use these