Minor cleanup

This commit is contained in:
2022-07-21 17:49:35 -07:00
parent 4cb3fe0ee9
commit e6cc6bfa10
11 changed files with 141 additions and 114 deletions

View File

@ -1,5 +1,8 @@
#ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS
#ifndef DISABLE_RGB_MATRIX_FFT_ANIM
#ifndef RGB_MATRIX_FRAMEBUFFER_EFFECTS
#undef ENABLE_RGB_MATRIX_FFT_ANIM
#endif
#ifdef ENABLE_RGB_MATRIX_FFT_ANIM
RGB_MATRIX_EFFECT(FFT_ANIM)
#ifdef RGB_MATRIX_CUSTOM_EFFECT_IMPLS
@ -52,6 +55,5 @@ bool FFT_ANIM(effect_params_t* params) {
return led_max < sizeof(g_rgb_frame_buffer);
}
#endif
#endif
#endif