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
230 changed files with 7832 additions and 2790 deletions

View File

@@ -10,4 +10,4 @@ static HSV CYCLE_ALL_math(HSV hsv, uint8_t i, uint8_t time) {
bool CYCLE_ALL(effect_params_t* params) { return effect_runner_i(params, &CYCLE_ALL_math); }
# endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
#endif // DISABLE_RGB_MATRIX_CYCLE_ALL
#endif // ENABLE_RGB_MATRIX_CYCLE_ALL