Fix LED style 5 wire remap (Phantom Spirit 120 Digital Snow)
Bug: PM=49 LED devices (LF8 style) showed corrupted/scrambled display output. The C# Windows app reorders all 93 LEDs from logical indices to hardware wire positions before sending via HID — our code was missing this remap table for style 5, sending colors to the wrong physical LEDs.
Fix: Added _REMAP_STYLE_5 (93-entry wire remap) extracted from C# SendHidVal() and ReSetUCScreenLED5().
Affected devices: Phantom Spirit 120 Digital Snow, and any other PM=49 LED device.