This input plugin light an element of group when an input is triggered.
You can light any element or group you wish, also you can light the same element with many triggers, like a joystick with the four directions also you can use different colors for every direction if you wish.
<?xml version="1.0" encoding="UTF-8"?>
<LEDSpicer
version="1.0"
type="Input"
name="Impulse"
listenEvents="usb-Ultimarc_I-PAC_Ultimarc_I-PAC_8-event-kbd, Logitech_mouse_X"
>
<!-- Example with element -->
<map
type="Element"
target="P1_MOUSE1" <<< Element to light when the event is triggered.
trigger="272" <<< The input code, use input seeker to find the correct value.
color="White" <<< The color to use.
filter="Normal" <<< Filter for the color.
/>
<!-- Example with group -->
<map
type="Group"
target="Group Name" <<< The group name to light when you trigger the event.
trigger="273" <<< the event code, use input seeker to find the correct value.
color="White" <<< The color to use.
filter="Normal" <<< Filter for the color.
/>
</LEDSpicer>