SDL: Enable extra player LED sets for PS5 Controllers (b152f)

From b152feee3fc07633e5b3fe92b9ba7ef6bdf3456c Mon Sep 17 00:00:00 2001
From: Thad House <[EMAIL REDACTED]>
Date: Wed, 3 Jun 2026 23:29:03 -0700
Subject: [PATCH] Enable extra player LED sets for PS5 Controllers

(cherry picked from commit 0c8feecce6e57a7a8c1b1eb06631e0a7a56fcd8f)
---
 src/joystick/hidapi/SDL_hidapi_ps5.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/joystick/hidapi/SDL_hidapi_ps5.c b/src/joystick/hidapi/SDL_hidapi_ps5.c
index b67fc59f2b076..bc5d4d53fc24e 100644
--- a/src/joystick/hidapi/SDL_hidapi_ps5.c
+++ b/src/joystick/hidapi/SDL_hidapi_ps5.c
@@ -358,7 +358,9 @@ static void SetLightsForPlayerIndex(DS5EffectsState_t *effects, int player_index
         0x0A,
         0x15,
         0x1B,
-        0x1F
+        0x1F,
+        0x11,
+        0x0E
     };
 
     if (player_index >= 0) {