diff options
author | Florian Didron <0x6664@hey.com> | 2023-01-24 19:52:49 +0900 |
---|---|---|
committer | Florian Didron <0x6664@hey.com> | 2023-01-24 19:52:49 +0900 |
commit | 612ae1cff4fa15820a43d48d4c094d99a53ca2d9 (patch) | |
tree | ff4250250e617ee299ef24223a57299f05a0f955 | |
parent | 6f611938ae8a11f8bb2726a94150102d8e6c758d (diff) |
hotfix: restore shine animations
-rw-r--r-- | keyboards/ergodox_ez/config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index bb29484c5d..d86c57a337 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -169,6 +169,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH #define TAPPING_TOGGLE 1 + + +// Enable rgb light animations for the shine +#define RGBLIGHT_EFFECT_ALTERNATING +#define RGBLIGHT_EFFECT_BREATHING +#define RGBLIGHT_EFFECT_CHRISTMAS +#define RGBLIGHT_EFFECT_KNIGHT +#define RGBLIGHT_EFFECT_RAINBOW_MOOD +#define RGBLIGHT_EFFECT_RAINBOW_SWIRL +#define RGBLIGHT_EFFECT_RGB_TEST +#define RGBLIGHT_EFFECT_SNAKE +#define RGBLIGHT_EFFECT_STATIC_GRADIENT +#define RGBLIGHT_EFFECT_TWINKLE // #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF /* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */ /* #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 */ |