diff options
Diffstat (limited to 'keyboards/dztech/dz65rgb/dz65rgb.c')
| -rw-r--r-- | keyboards/dztech/dz65rgb/dz65rgb.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/dztech/dz65rgb/dz65rgb.c b/keyboards/dztech/dz65rgb/dz65rgb.c index 932d3f68b..766aea26c 100644 --- a/keyboards/dztech/dz65rgb/dz65rgb.c +++ b/keyboards/dztech/dz65rgb/dz65rgb.c | |||
| @@ -114,3 +114,12 @@ void suspend_wakeup_init_kb(void) | |||
| 114 | rgb_matrix_set_suspend_state(false); | 114 | rgb_matrix_set_suspend_state(false); |
| 115 | suspend_wakeup_init_user(); | 115 | suspend_wakeup_init_user(); |
| 116 | } | 116 | } |
| 117 | |||
| 118 | __attribute__ ((weak)) | ||
| 119 | void rgb_matrix_indicators_user(void) | ||
| 120 | { | ||
| 121 | if (IS_LED_ON(host_keyboard_leds(), USB_LED_CAPS_LOCK)) | ||
| 122 | { | ||
| 123 | rgb_matrix_set_color(8, 0xFF, 0xFF, 0xFF); | ||
| 124 | } | ||
| 125 | } | ||
