diff options
Diffstat (limited to 'tmk_core/common/keyboard.c')
| -rw-r--r-- | tmk_core/common/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index 371d93f3e..765350792 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c | |||
| @@ -188,7 +188,7 @@ MATRIX_LOOP_END: | |||
| 188 | #endif | 188 | #endif |
| 189 | 189 | ||
| 190 | #ifdef VISUALIZER_ENABLE | 190 | #ifdef VISUALIZER_ENABLE |
| 191 | visualizer_update(default_layer_state, layer_state, host_keyboard_leds()); | 191 | visualizer_update(default_layer_state, layer_state, visualizer_get_mods(), host_keyboard_leds()); |
| 192 | #endif | 192 | #endif |
| 193 | 193 | ||
| 194 | // update LED | 194 | // update LED |
