#this is just the default config
#you can have as many button presses as you want
#just have button|button for each one
#valid buttons are:
#(on dpad):UP DOWN LEFT RIGHT
#HOME NOTE SELECT START
#LTRIGGER RTRIGGER
#TRIANGLE CROSS CIRCLE SQUARE
#DISABLE as a button will disable that command
DEBUG = 0 #this is really for me, set to 1 to enable debug display, 0 to disable
DIR = ms0:/PSP/MUSIC/ #must end with a slash

VOLUP = NOTE|UP
VOLDOWN = NOTE|DOWN
START_STOP = NOTE|LTRIGGER
PREVIOUS = NOTE|LEFT
NEXT = NOTE|RIGHT
MODE_TOGGLE = NOTE|RTRIGGER #SEQ/RAND
CPU_NEXT = NOTE|TRIANGLE
CPU_PREV = NOTE|CROSS
RELOAD = NOTE|CIRCLE
DISPLAY = NOTE|SQUARE #on screen display
OC_WLAN = 0 #set to 1 to allow wireless connections to be made at cpu speeds >222MHz
            #this might be dangerous, I take no responsibility if this causes a problem
            #that is why this is set to 0 at default
            #this will only work on 2.71SE/3.02OE
VSH_UNDERCLOCK = 1 #set to 0 to disable the VSH from underclocking the cpu when the screen turns off
                   #normally this is 1 (this stops the mp3s from getting messed up when the screen is off
                   #but the psp will use more battery power
