Compare commits

..

No commits in common. "d10294f8761b658fdad0417da296e414ab5c5340" and "23e11934c049f94ca2caa1d40662da725314d776" have entirely different histories.

3 changed files with 8 additions and 0 deletions

View file

@ -174,6 +174,10 @@ void rgb_matrix_indicators_user(void) {
case 1:
set_leds_color(1);
break;
case 2:
set_layer_color(0);
rgb_matrix_set_color(LALT_LED, RGB_KMN_CYAN_HILIGHT);
break;
}
}
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {

View file

@ -174,6 +174,10 @@ void rgb_matrix_indicators_user(void) {
case 1:
set_leds_color(1);
break;
case 2:
set_layer_color(0);
rgb_matrix_set_color(LALT_LED, RGB_KMN_CYAN_HILIGHT);
break;
}
}
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {