summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r--quantum/rgblight.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index d42a1d2e5..45d521786 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -31,10 +31,6 @@
#include "debug.h"
#include "led_tables.h"
-#ifndef RGBLIGHT_LIMIT_VAL
-#define RGBLIGHT_LIMIT_VAL 255
-#endif
-
#define _RGBM_SINGLE_STATIC(sym) RGBLIGHT_MODE_ ## sym,
#define _RGBM_SINGLE_DYNAMIC(sym)
#define _RGBM_MULTI_STATIC(sym) RGBLIGHT_MODE_ ## sym,