OpenAnnePro / AnnePro2-Shine

Custom LED Matrix Firmware for Open Anne Pro 2 QMK Port
GNU General Public License v2.0
100 stars 51 forks source link

Fix clear-background color logic #45

Closed kdarkhan closed 3 years ago

kdarkhan commented 3 years ago

When we clear the background color and the current profile is static, we need to call profile callback. That is not an issue for animated profiles because they are called periodically anyways. Only static colors need to be handled. The issue was introduced after this change https://github.com/OpenAnnePro/AnnePro2-Shine/pull/43/