1
0
Fork 0

Require explicit enabling of RGB Matrix modes (#15018)

This commit is contained in:
Drashna Jael're 2021-11-15 10:41:04 -08:00 committed by GitHub
parent c9fd698711
commit 160b0558f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
230 changed files with 7832 additions and 2790 deletions

View file

@ -7,4 +7,4 @@ static uint8_t CYCLE_OUT_IN_math(uint8_t val, int16_t dx, int16_t dy, uint8_t di
bool CYCLE_OUT_IN(effect_params_t* params) { return effect_runner_dx_dy_dist(params, &CYCLE_OUT_IN_math); }
# endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
#endif // DISABLE_LED_MATRIX_CYCLE_OUT_IN
#endif // ENABLE_LED_MATRIX_CYCLE_OUT_IN