#      Battery InfO v1
#       by Team tOc
# Configuration File

# This is where you choose what version of Battery InfO you would like to display.
# Settings                                     Mode
# showtime to on, showpercentage to off    Full Battery InfO
# showtime to off, showpercentage to on    Percentage in battery icon only
# showtime to on, showpercentage to on     Percentage in battery icon
#                                               and bar showing remaining 
#                                               battery life time
#
# Explanation of Modes
# Full Battery InfO:
# This mode displays the time and percentage in
#  one bar underneath the clock and the battery icon.
#
# Percentage in battery icon only:
# This mode displays the percentage inside the battery icon only,
#  no other InfO bar will be drawn.
#
# Percentage in battery icon and bar showing remaining battery life time:
# This mode displays the percentage inside the battery icon and
#  a seperate bar underneath the clock and the battery icon
#  is drawn showing the remaining battery life time.
showtime = on;
showpercentage = on;

# Choose the button you wish to use to hide/show Battery InfO here:
# Possible buttons are:
#   "PSP_CTRL_SELECT"     "PSP_CTRL_START"           "PSP_CTRL_UP"
#   "PSP_CTRL_RIGHT"      "PSP_CTRL_DOWN"            "PSP_CTRL_LEFT"
#   "PSP_CTRL_LTRIGGER"   "PSP_CTRL_RTRIGGER"        "PSP_CTRL_TRIANGLE"
#   "PSP_CTRL_CIRCLE"     "PSP_CTRL_CROSS"           "PSP_CTRL_SQUARE"
#   "PSP_CTRL_VOLUP"      "PSP_CTRL_NOTE"            "PSP_CTRL_SCREEN"
#   "PSP_CTRL_VOLDOWN"    "PSP_CTRL_HOME"
#
#   Notes:
#    -We strongly suggest that you DO NOT use up, right, left, down,
#      square, cross, triangle or circle.
ToggleInfoBtn = "PSP_CTRL_RTRIGGER";
