]> git.donarmstrong.com Git - qmk_firmware.git/commit
rgb_matrix: continue calling rgb_matrix_indicators() when toggled off
authorJames Laird-Wah <james@laird-wah.net>
Sat, 15 Sep 2018 12:28:25 +0000 (22:28 +1000)
committerJack Humbert <jack.humb@gmail.com>
Fri, 5 Oct 2018 01:43:31 +0000 (21:43 -0400)
commit0c3137d8ff0b84ee6b39ea8b85aeb4f82fcd7a9c
treeabde9d60207844c18709f04c89d3e1811c624622
parent26adf3706a7822e05977c0eadb6963c0db2e1c3b
rgb_matrix: continue calling rgb_matrix_indicators() when toggled off

This allows user code to continue to use the matrix for indication, even
when the RGB toggle is off, using rgb_matrix_set_color().

Without this change, it's impossible for user code to use the matrix
when the toggle is off, as any changes get overwritten with black on the
next task cycle, and the indicator code is not called at all.
quantum/rgb_matrix.c