qmk_firmware
qmk_firmware copied to clipboard
Fix caps lock status not turning off on layer 1 for Moonlander
This commit fixes the caps lock status not turning off on layer 1.
Default behavior of indicator led 6 is layer indicator taking
priority. Setting a config flag PRIORITY_CAPS_LED
makes indicator
led 6 be the caps lock status.
Signed-off-by: Anthony Amanse [email protected]
It may be better to outright disable the caps lock LED for layer indication when caps lock indication is enabled. Eg, have that let be exclusively for caps lock.