[Keyboard] Add RGB Matrix support for Bear65 PCB (#12961)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
3a6188fc55
commit
5962f05f56
3 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue