-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Update massdrop/alt and arm_atsam/led_matrix to fix #10813 #10818
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this also need to be done for the CTRL?
This should likely also be done for the CTRL, but I don't have a keyboard to verify the changes. I've pushed the equivalent CTRL changes to my branch (it is implemented for both the Caps Lock and Scroll Lock options on the CTRL). The CTRL seemed to have this already partially, but not entirely, implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ash0x0 @MatthewRobo @XScorpion2 if one of you could test out the CTRL side of things here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No visible changes for CTRL as this wasn't an issue at least for me.
Co-authored-by: Ryan <fauxpark@gmail.com>
Thanks! |
Description
This PR makes the following three changes:
tmk_core/protocol/arm_atsam/led_matrix.c
to only change the appearance of the CapsLock key if the LED_FLAG_INDICATOR flag is set.keyboard/massdrop/alt/config_led.c
file to correctly call out all of the modifier keys on the keyboard (in the same style as on massdrop/ctrl) and to add the additional "INDICATOR" flag to the CapsLock key for use as an indicator. I am not entirely sure if this is the right way to deal with using a key LED as an indicator, but it was the closest to the current implementation.keyboard/massdrop/alt/keymaps/default/keymap.c
file to correctly set the "MODIFIER" and "INDICATOR" flags as enabled when cycling between RGB lighting for All/Keys Only/Underglow Only/None.In general, I tried to make minimal changes while still implementing the fix.
Types of Changes
Issues Fixed or Closed by This PR
Checklist