Remove dead code ; updated firmware bin
This commit is contained in:
parent
d60945685a
commit
d10294f876
|
@ -174,10 +174,6 @@ void rgb_matrix_indicators_user(void) {
|
||||||
case 1:
|
case 1:
|
||||||
set_leds_color(1);
|
set_leds_color(1);
|
||||||
break;
|
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)) {
|
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue