kbd75 comment updates
This commit is contained in:
parent
f2f291dfa5
commit
f436f28b29
1 changed files with 2 additions and 2 deletions
|
@ -115,10 +115,10 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
|
||||
// Light LEDs 14 & 15 red when caps lock is active. Hard to ignore!
|
||||
const rgblight_segment_t PROGMEM my_capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{14, 2, HSV_RED} // Light 4 LEDs, starting with LED 6
|
||||
{14, 2, HSV_RED} // Light 2 LEDs, starting with LED 14
|
||||
);
|
||||
|
||||
// Light LEDs 12 * 13 in green when keyboard layer 1 is active
|
||||
// Light LEDs 12 & 13 in green when keyboard layer 1 is active
|
||||
const rgblight_segment_t PROGMEM my_layer1_layer[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{12, 2, HSV_GREEN}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue