diff options
author | Brendan Johan Lee <deadcyclo@vanntett.net> | 2017-01-24 21:56:18 +0100 |
---|---|---|
committer | Brendan Johan Lee <deadcyclo@vanntett.net> | 2017-01-24 21:56:18 +0100 |
commit | d0db04416459394a631aad8fe16d55f3d6373b2d (patch) | |
tree | fcc426f81c093101494feaaa8d564d7ff7df15fd /tmk_core | |
parent | 37ed3d13a4d99c9880f713de497f84efbe937bdf (diff) | |
parent | 71137deba21bfc392d60cffb1b76216c362beb9a (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core')
-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 371d93f3e5..7653507928 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -188,7 +188,7 @@ MATRIX_LOOP_END: #endif #ifdef VISUALIZER_ENABLE - visualizer_update(default_layer_state, layer_state, host_keyboard_leds()); + visualizer_update(default_layer_state, layer_state, visualizer_get_mods(), host_keyboard_leds()); #endif // update LED |