Move rgblight and backlight task to common location (#7733)
This commit is contained in:
parent
a1452db98a
commit
ba628a28bc
5 changed files with 11 additions and 16 deletions
|
@ -335,6 +335,16 @@ MATRIX_LOOP_END:
|
|||
matrix_scan_perf_task();
|
||||
#endif
|
||||
|
||||
#if defined(RGBLIGHT_ANIMATIONS) && defined(RGBLIGHT_ENABLE)
|
||||
rgblight_task();
|
||||
#endif
|
||||
|
||||
#if defined(BACKLIGHT_ENABLE)
|
||||
# if defined(BACKLIGHT_PIN) || defined(BACKLIGHT_PINS)
|
||||
backlight_task();
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef QWIIC_ENABLE
|
||||
qwiic_task();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue