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) | |
| download | qmk_firmware-d0db04416459394a631aad8fe16d55f3d6373b2d.tar.gz qmk_firmware-d0db04416459394a631aad8fe16d55f3d6373b2d.zip | |
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 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 |
