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 WAVE_LEFT_RIGHT_math(uint8_t val, uint8_t i, uint8_t time) { retu
bool WAVE_LEFT_RIGHT(effect_params_t* params) { return effect_runner_i(params, &WAVE_LEFT_RIGHT_math); }
# endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
#endif // DISABLE_LED_MATRIX_WAVE_LEFT_RIGHT
#endif // ENABLE_LED_MATRIX_WAVE_LEFT_RIGHT