mirror of
https://github.com/aleleba/corne-aleleba.git
synced 2025-07-09 07:08:12 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
|
Reference in New Issue
Block a user