# Main piKey config file.
#
# Format:
# - Lines beginning with # are comments
# - Other lines are in the format PARAMETER = VALUE
#
#
# SIO debugging:
#   Y = enable debugging via the headphone serial port.
#   N = disable debugging (recommended)
SIO DEBUG = N
#
#
# On-screen status messages
#   Y = show on-screen status flashes (recommended)
#   N = no on-screen status flashes (use if it causes problems)
STATUS MESSAGES = Y
#
#
# Disabled plugins
#   Plugin names in this list will not be loaded by piKey, even if they're
#   present in the plugins folder.  You can use this to disable plugins
#   without having to delete them.
#
#   The list is comma-separated, and case-sensitive.
#
#   The SIO plugin is disabled by default.  If you choose to enable it, you
#   will also need to enable SIO DEBUG above.
DISABLED PLUGINS = piKeysio.prx
#
#
# Disable in v1.5 mode?
#   Set to 'Y' to disable piKey in v1.5 mode, even if it has been flashed
#   to the v1.5 kernel config.
DISABLED IN 150 = N
#
#
# Hotkey to disable piKey during reboot
#   If you hold this key down, then piKey will stop itself from loading.
#   This is a bitmask from the pspctrl.h constants.  Popular choices include:
#     SELECT:                  0x000001
#     LTRIGGER + RTRIGGER:     0x000300
#     LTRIGGER + SELECT:       0x000101
DISABLE HOTKEY = 0x0001
