|
|
@@ -102,3 +102,12 @@ void suspend_wakeup_init_kb(void) {
|
|
|
rgb_matrix_set_suspend_state(false);
|
|
|
suspend_wakeup_init_user();
|
|
|
}
|
|
|
+
|
|
|
+__attribute__ ((weak))
|
|
|
+void rgb_matrix_indicators_user(void)
|
|
|
+{
|
|
|
+ if (host_keyboard_led_state().caps_lock)
|
|
|
+ {
|
|
|
+ rgb_matrix_set_color(30, 0xFF, 0xFF, 0xFF);
|
|
|
+ }
|
|
|
+}
|