diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index aa608d424..f92388c96 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -121,6 +121,9 @@ enum RGBLIGHT_EFFECT_MODE { | |||
| 121 | #ifndef RGBLIGHT_VAL_STEP | 121 | #ifndef RGBLIGHT_VAL_STEP |
| 122 | #define RGBLIGHT_VAL_STEP 17 | 122 | #define RGBLIGHT_VAL_STEP 17 |
| 123 | #endif | 123 | #endif |
| 124 | #ifndef RGBLIGHT_LIMIT_VAL | ||
| 125 | #define RGBLIGHT_LIMIT_VAL 255 | ||
| 126 | #endif | ||
| 124 | 127 | ||
| 125 | #define RGBLED_TIMER_TOP F_CPU/(256*64) | 128 | #define RGBLED_TIMER_TOP F_CPU/(256*64) |
| 126 | // #define RGBLED_TIMER_TOP 0xFF10 | 129 | // #define RGBLED_TIMER_TOP 0xFF10 |
