If someone has it and would like to share it with me, then please let me know as this would like i said be really nice to have. To see the psp actually doing something.
Thanks!
Advertising
Code: Select all
[Combination]
ToggleLEDkey = 0x800200 # NOTE + RTRIGGER
# You can make combinations summing identifiers.
# For example:
# 1) LTRIGGER + RTRIGGER = 0x000100 + 0x000200 = 0x000300
# 2) RIGHT + CROSS = 0x000020 + 0x004000 = 0x004020
# 3) HOME + WLAN_UP = 0x010000 + 0x040000 = 0x050000
# etc...
#------------------
#The buttons table
# SELECT = 0x000001
# START = 0x000008
# UP = 0x000010
# RIGHT = 0x000020
# DOWN = 0x000040
# LEFT = 0x000080
# LTRIGGER = 0x000100
# RTRIGGER = 0x000200
# TRIANGLE = 0x001000
# CIRCLE = 0x002000
# CROSS = 0x004000
# SQUARE = 0x008000
# HOME = 0x010000
# HOLD = 0x020000
# NOTE = 0x800000
# SCREEN = 0x400000
# VOLUP = 0x100000
# VOLDOWN = 0x200000
# WLAN_UP = 0x040000
#-------------------
[UseLED]
UseMemoryStickLED = 1
UseWlanLED = 1
UsePowerLED = 1
UseBluetoothLED = 1
[PermanentSetting]
#For permanently off LED's, without use combination.
PermanentSet = 0
UseMemoryStickLEDInPermanentSet = 1
UseWlanLEDInPermanentSet = 1
UsePowerLEDInPermanentSet = 1
UseBluetoothLEDInPermanentSet = 1