LED Matrix: suspend code (#12509)

This commit is contained in:
Ryan 2021-04-13 19:51:03 +10:00 committed by GitHub
parent 15f7cc3bde
commit ce99f98bb5
Failed to generate hash of commit
5 changed files with 49 additions and 27 deletions

View file

@ -28,6 +28,9 @@
# include "rgblight.h"
#endif
#ifdef LED_MATRIX_ENABLE
# include "led_matrix.h"
#endif
#ifdef RGB_MATRIX_ENABLE
# include "rgb_matrix.h"
#endif