#################################################################
############### Configuration file for The PowerPRX #############
#################################################################

#Set This true to make power off option work.
power = true;
#Set This to one of the PSP buttons except Screen
powerfirstbutton = "home";
#Set This to one of the PSP buttons except Screen
powersecondbutton = "up";

#Set This true to make reboot option work.
reboot = true;

#Set This to one of the PSP buttons except Screen
rebootfirstbutton = "home";
#Set This to one of the PSP buttons except Screen
rebootsecondbutton = "rtrigger";

#Set This true to make standby option work.
standby = true;

#Set This to one of the PSP buttons except Screen
standbyfirstbutton = "home";
#Set This to one of the PSP buttons except Screen
standbysecondbutton = "note";


#Set This true to make brightness option work.
brightness = true;

#Set This to one of the PSP buttons except Screen
brigghtnessfirstbutton = "home";
#Set This to one of the PSP buttons except Screen
brightessincreasebutton = "vlup";
#Set This to one of the PSP buttons except Screen
brightnessdecreasebutton = "vldown";