Se cambia el color de referencia a verde

This commit is contained in:
Alejandro Lembke Barrientos 2022-09-29 07:03:18 -06:00
parent e955b0ad09
commit 5a6c53de34
2 changed files with 3 additions and 3 deletions

View File

@ -293,10 +293,10 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
break;
default:
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)) {
rgb_matrix_set_color(53, RGB_RED);
rgb_matrix_set_color(53, RGB_GREEN);
}
break;
}

View File

@ -1 +1 @@
3.0.1
3.0.2