Closed xnmet closed 3 years ago
My use case is:
void cyan(led_t *currentKeyLedColors) { setAllKeysToBlank(currentKeyLedColors); setLetterKeysColor(currentKeyLedColors, naiveDimRGB(0x0195AF)); }
I am not sure about the need of adding an example as miamiNights uses setModKeys but is disabled.
miamiNights
setModKeys
For completeness it could have:
But for what I see, people use more 2 and 3 (without \) and a setModKeys variation with \.
2
3
\
My use case is:
I am not sure about the need of adding an example as
miamiNights
usessetModKeys
but is disabled.Note
For completeness it could have:
But for what I see, people use more
2
and3
(without\
) and asetModKeys
variation with\
.