diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:55:40 -0700 |
| commit | c8e998ccaddc6157ee5d406e277e973dd4796f37 (patch) | |
| tree | 4f81e7fb8f1444ceae824362a4cccc064473af79 /keyboards/lizard_trick | |
| parent | 55b9a4d06e12df08564d3b6261f9ed81f75e07ec (diff) | |
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Diffstat (limited to 'keyboards/lizard_trick')
| -rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/config.h b/keyboards/lizard_trick/tenkey_plusplus/config.h index 3e9e0d37dc..72f95750f2 100644 --- a/keyboards/lizard_trick/tenkey_plusplus/config.h +++ b/keyboards/lizard_trick/tenkey_plusplus/config.h | |||
| @@ -68,18 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | //# define RGBLIGHT_VAL_STEP 8 | 68 | //# define RGBLIGHT_VAL_STEP 8 |
| 69 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | 69 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ |
| 70 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 70 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 71 | /*== all animations enable ==*/ | ||
| 72 | //# define RGBLIGHT_ANIMATIONS | ||
| 73 | /*== or choose animations ==*/ | ||
| 74 | //# define RGBLIGHT_EFFECT_BREATHING | ||
| 75 | //# define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 76 | //# define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 77 | //# define RGBLIGHT_EFFECT_SNAKE | ||
| 78 | //# define RGBLIGHT_EFFECT_KNIGHT | ||
| 79 | //# define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 80 | //# define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 81 | //# define RGBLIGHT_EFFECT_RGB_TEST | ||
| 82 | //# define RGBLIGHT_EFFECT_ALTERNATING | ||
| 83 | /*== customize breathing effect ==*/ | 71 | /*== customize breathing effect ==*/ |
| 84 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | 72 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ |
| 85 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | 73 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 |
