SM8750 konkr pocket fit elite add joystick stick led support - #3087
Merged
Conversation
added 2 commits
July 31, 2026 01:40
Device quirk sets DEVICE_ANALOG_STICKS_LED_CONTROL for the EmulationStation analog-stick LED menu; bin/analog_sticks_ledcontrol drives the konkr:rgb:joysticks multicolor LED registered by konkr_sysbtn. The MCU frame carries one rgb triple for both rings, so the per-stick colors are combined channel-wise. Boot restore comes from platform 030-analog_leds.
bin/ledcontrol implements off/rgb/battery for the EmulationStation LED color list and blanks the rings for led-poweroff.service; bin/battery_led_status colors them by charge level while that mode is selected, waiting out the EAGAIN qcom-battmgr returns before its ADSP link is up. The rings are this device's only LEDs, so both drive konkr:rgb:joysticks.
slaide
force-pushed
the
sm8750-konkr-pfe-stick-rgb
branch
from
July 30, 2026 23:41
673ceb7 to
f6a5cfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
implement support to control the joystick leds on the konkr pocket fit elite
Testing
tested on the device via the es joystick led controls. all 3 modes (off/battery/rgb) work fine.
Additional Context
the hardware only supports setting the color for both joysticks at once, not individually, and i didnt find a way to tell es that, so the actual rgb color that ends up in the hardware is.. well, see the code. the idea is that you set the color of one joystick to 0/0/0, then the color of the other will control both directly.
AI Usage
While ROCKNIX doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? YES | PARTIALLY | NO
yes, heavy use of claude