Merge pull request #1014 from SjB/lcd_mods_status
added mods status bit to visualizer.
This commit is contained in:
commit
71137deba2
3 changed files with 66 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue