1
0
Fork 0

Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)

This commit is contained in:
Konstantin Đorđević 2019-02-18 04:05:12 +01:00 committed by MechMerlin
parent 657d055934
commit 4e2369693f
2 changed files with 3 additions and 4 deletions

View file

@ -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,