#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 = DISABLE #this doesn't exist yet
RELOAD = NOTE|CIRCLE
DISPLAY = NOTE|SQUARE #on screen display
BRIGHTNESS = NOTE|CROSS
