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

@ -8,5 +8,5 @@ static uint8_t SOLID_REACTIVE_SIMPLE_math(uint8_t val, uint16_t offset) { return
bool SOLID_REACTIVE_SIMPLE(effect_params_t* params) { return effect_runner_reactive(params, &SOLID_REACTIVE_SIMPLE_math); }
# endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
# endif // DISABLE_LED_MATRIX_SOLID_REACTIVE_SIMPLE
# endif // ENABLE_LED_MATRIX_SOLID_REACTIVE_SIMPLE
#endif // LED_MATRIX_KEYREACTIVE_ENABLED