Compare commits
No commits in common. "d10294f8761b658fdad0417da296e414ab5c5340" and "23e11934c049f94ca2caa1d40662da725314d776" have entirely different histories.
d10294f876
...
23e11934c0
|
@ -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)) {
|
||||
|
|
Binary file not shown.
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue