diff options
Diffstat (limited to 'quantum/led_matrix.h')
-rw-r--r-- | quantum/led_matrix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/led_matrix.h b/quantum/led_matrix.h index 85bae43c1..0817d1357 100644 --- a/quantum/led_matrix.h +++ b/quantum/led_matrix.h | |||
@@ -21,10 +21,6 @@ | |||
21 | 21 | ||
22 | #include "led_matrix_types.h" | 22 | #include "led_matrix_types.h" |
23 | 23 | ||
24 | #ifndef BACKLIGHT_ENABLE | ||
25 | # error You must define BACKLIGHT_ENABLE with LED_MATRIX_ENABLE | ||
26 | #endif | ||
27 | |||
28 | enum led_matrix_effects { | 24 | enum led_matrix_effects { |
29 | LED_MATRIX_UNIFORM_BRIGHTNESS = 1, | 25 | LED_MATRIX_UNIFORM_BRIGHTNESS = 1, |
30 | // All new effects go above this line | 26 | // All new effects go above this line |