diff options
Diffstat (limited to 'quantum/led_matrix/animations/solid_reactive_simple_anim.h')
-rw-r--r-- | quantum/led_matrix/animations/solid_reactive_simple_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix/animations/solid_reactive_simple_anim.h b/quantum/led_matrix/animations/solid_reactive_simple_anim.h index 4752a8416..43f6ad9ab 100644 --- a/quantum/led_matrix/animations/solid_reactive_simple_anim.h +++ b/quantum/led_matrix/animations/solid_reactive_simple_anim.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifdef LED_MATRIX_KEYREACTIVE_ENABLED | 1 | #ifdef LED_MATRIX_KEYREACTIVE_ENABLED |
2 | # ifndef DISABLE_LED_MATRIX_SOLID_REACTIVE_SIMPLE | 2 | # ifdef ENABLE_LED_MATRIX_SOLID_REACTIVE_SIMPLE |
3 | LED_MATRIX_EFFECT(SOLID_REACTIVE_SIMPLE) | 3 | LED_MATRIX_EFFECT(SOLID_REACTIVE_SIMPLE) |
4 | # ifdef LED_MATRIX_CUSTOM_EFFECT_IMPLS | 4 | # ifdef LED_MATRIX_CUSTOM_EFFECT_IMPLS |
5 | 5 | ||