diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-27 04:03:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-27 04:03:42 +0000 |
commit | 17991629c136277aa66522cd3b1812812a29a3a6 (patch) | |
tree | e28978c4f9bcb08a90b3dd1dce9645694b1b5c4f /keyboards/jacky_studio/bear_65/config.h | |
parent | 513f5b065501795978af669bb4802fdb9bd5b3e7 (diff) | |
parent | 5962f05f568a241e4247922b3d8595ccb9d9a4b6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |