Se cambia el color de referencia a verde
This commit is contained in:
parent
e955b0ad09
commit
5a6c53de34
4
keymap.c
4
keymap.c
@ -293,10 +293,10 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (isWindows == false){
|
if (isWindows == false){
|
||||||
rgb_matrix_set_color(26, RGB_RED);
|
rgb_matrix_set_color(26, RGB_GREEN);
|
||||||
}
|
}
|
||||||
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
|
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
|
||||||
rgb_matrix_set_color(53, RGB_RED);
|
rgb_matrix_set_color(53, RGB_GREEN);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.1
|
3.0.2
|
Loading…
Reference in New Issue
Block a user