aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-03-08 16:55:00 +1100
committerGitHub <noreply@github.com>2021-03-08 16:55:00 +1100
commit9155b59e1a496b64f7aa576e6e4cb84fd0a9607b (patch)
treef9960c672a5521d24217fffb2321ee1b978b7f8b /quantum/led_matrix.h
parentb0069c5c05dac2c910d51ef7f3bf4133721a9c49 (diff)
downloadqmk_firmware-9155b59e1a496b64f7aa576e6e4cb84fd0a9607b.tar.gz
qmk_firmware-9155b59e1a496b64f7aa576e6e4cb84fd0a9607b.zip
LED Matrix: decouple from Backlight (#12054)
Diffstat (limited to 'quantum/led_matrix.h')
-rw-r--r--quantum/led_matrix.h4
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
28enum led_matrix_effects { 24enum 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