diff options
| author | Joshua Diamond <josh@windowoffire.com> | 2021-01-11 02:04:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 23:04:42 -0800 |
| commit | 6e8adeeaacd8cdc83422494e3d525caeded6fe9e (patch) | |
| tree | 836a015b87e4c9c00645d1ed54c5f967515af093 /quantum/rgblight.h | |
| parent | ff2bd2ee18c91d290ecabf64215a4bad5e67a168 (diff) | |
| download | qmk_firmware-6e8adeeaacd8cdc83422494e3d525caeded6fe9e.tar.gz qmk_firmware-6e8adeeaacd8cdc83422494e3d525caeded6fe9e.zip | |
Refine twinkle to be smoother (use breathing curve) (#11350)
* Refine twinkle to be smoother (use breathing curve)
* tune more for firmware size
* fix bug when v=255
~ drashna approved ~
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index c02fd4f37..3f0c22be3 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -150,7 +150,7 @@ enum RGBLIGHT_EFFECT_MODE { | |||
| 150 | # endif | 150 | # endif |
| 151 | 151 | ||
| 152 | # ifndef RGBLIGHT_EFFECT_TWINKLE_LIFE | 152 | # ifndef RGBLIGHT_EFFECT_TWINKLE_LIFE |
| 153 | # define RGBLIGHT_EFFECT_TWINKLE_LIFE 75 | 153 | # define RGBLIGHT_EFFECT_TWINKLE_LIFE 200 |
| 154 | # endif | 154 | # endif |
| 155 | 155 | ||
| 156 | # ifndef RGBLIGHT_EFFECT_TWINKLE_PROBABILITY | 156 | # ifndef RGBLIGHT_EFFECT_TWINKLE_PROBABILITY |
