# 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
