Require explicit enabling of RGB Matrix modes (#15018)

This commit is contained in:
Drashna Jaelre 2021-11-15 10:41:04 -08:00 committed by GitHub
parent c9fd698711
commit 160b0558f5
Failed to generate hash of commit
230 changed files with 7832 additions and 2790 deletions

View file

@ -28,5 +28,5 @@ bool SOLID_REACTIVE_MULTINEXUS(effect_params_t* params) { return effect_runner_r
# endif
# endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
# endif // !defined(DISABLE_LED_MATRIX_SOLID_REACTIVE_NEXUS) || !defined(DISABLE_LED_MATRIX_SOLID_REACTIVE_MULTINEXUS)
# endif // defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_NEXUS) || defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTINEXUS)
#endif // LED_MATRIX_KEYREACTIVE_ENABLED