diff options
Diffstat (limited to 'keyboards/jacky_studio/bear_65/config.h')
-rw-r--r-- | keyboards/jacky_studio/bear_65/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/jacky_studio/bear_65/config.h b/keyboards/jacky_studio/bear_65/config.h index 476d119aff..a664099e80 100644 --- a/keyboards/jacky_studio/bear_65/config.h +++ b/keyboards/jacky_studio/bear_65/config.h @@ -73,3 +73,11 @@ // #define RGBLIGHT_EFFECT_RGB_TEST // #define RGBLIGHT_EFFECT_ALTERNATING #endif + +/* RGB matrix support */ +#ifdef RGB_MATRIX_ENABLE +#define RGB_MATRIX_KEYPRESSES +#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 220 +#define RGB_MATRIX_FRAMEBUFFER_EFFECTS +#define DRIVER_LED_TOTAL 12 // Number of LEDs +#endif |