-
-
Notifications
You must be signed in to change notification settings - Fork 43.1k
Add LED index map to qmk info cli command
#25743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
zvecr
requested changes
Oct 25, 2025
Contributor
Author
|
Sorry about the delay. Cleaned-up code on latest commit. |
zvecr
reviewed
Nov 4, 2025
Co-authored-by: Joel Challis <[email protected]>
Contributor
Author
|
Done. |
zvecr
approved these changes
Nov 6, 2025
daskygit
approved these changes
Nov 7, 2025
14 tasks
coldwateryu
pushed a commit
to coldwateryu/qmk_firmware
that referenced
this pull request
Nov 24, 2025
cadusk
pushed a commit
to cadusk/qmk_firmware
that referenced
this pull request
Nov 29, 2025
* upstream/master: (24 commits) Bump actions/checkout from 4 to 6 (qmk#25829) QMK CLI Environment bootstrapper (qmk#25038) Add Demod LM Rev. 1 (qmk#25793) Add support for Coffee Break Keyboards' Coffeevan (qmk#25805) [Keyboard] Add Keenome Keys' "The Grid v2" (qmk#25813) Bump actions/checkout from 5 to 6 (qmk#25807) [Keyboard] Add Coffee Break Keyboards Acai (qmk#25796) Short term fix for skip_converter KeyError in 'qmk userspace-add' (qmk#25798) Hyper7 v4 (qmk#25728) Add imi60-HS (qmk#25773) Fix detection of hid bootloader flashing tool (qmk#25790) VIA Keylog Change (qmk#25504) [Bugfix] QP error handling (qmk#25591) [Keyboard] Add Rubrehaku (qmk#24907) Fix pmw33xx sensor initialisation (qmk#25777) Add LED index map to `qmk info` cli command (qmk#25743) Bump actions/download-artifact from 5 to 6 (qmk#25746) Bump actions/upload-artifact from 4 to 5 (qmk#25745) Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (qmk#25771) Deprecate LAYOUT() macro in favor of JSON matrix definitions ...
eth4nH
pushed a commit
to eth4nH/yunzii_firmware
that referenced
this pull request
Dec 4, 2025
versality
pushed a commit
to versality/qmk_firmware
that referenced
this pull request
Dec 10, 2025
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.
Description
This PR adds a LED index map to the
qmk infocommand under the-Loption which is useful if one wants to customize any keyboard config for RGB LEDs (like battery indicators, connection, etc).The output is similar to:
Which was combined with the
-moption to show the key indexes too.Types of Changes
Issues Fixed or Closed by This PR
Checklist