#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
#SCREEN VOLUP VOLDOWN
#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, location of music in this dir and all subdirs
#DIR = ms0:/MUSIC/

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
IN_GAME_MUTE = NOTE|SELECT #press this combo once to disable game sounds, and again to enable them
LOOP = NOTE|START

OC_WLAN = 0 #set to 1 to allow wireless connections to be made at cpu speeds >222MHz, this should be handled 
            #directly in custom fws >= 3.03OE-C, if you have a problem with the vsh brower + overclocking, set VSH_CLOCK = 0
            #if you have custom firmare >= 3.03OE-C this isn't needed

ENABLE_VSH_CLOCK = 1  #set to 0 to disable the VSH from changing the cpu's speed, normally this is 1 
                      #the vsh normally changes the clock speed when playing music with the screen off (to 133mHz cpu/44mHz bus)
                      #when stoping the browser
                      #up to 333mHz when playing certain video files (possibly, I haven't been able to confirm this)
                      #and back to 222mHz when the above things are stopped
                      #this also allows overclocking in the vsh browser
