You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose DS5 player-indicator and mic-mute LED outputs
Add player_led and mic_led to GamepadOutputKind and GamepadOutput, and
parse them from the DualSense output report in append_dualsense_outputs
(player indicator gated by valid_flag1 bit 0x10 at offset+43; mic-mute LED
gated by bit 0x01 at offset+8), mirroring the existing rgb_led handling.
The DS5 profile advertises both via new supports_player_led /
supports_mic_led capability flags.
Signed-off-by: Joel Coelho <joelfernandocscoelho@gmail.com>
0 commit comments