1
0
Fork 0

[Keyboard] Add RGB Matrix support for Bear65 PCB (#12961)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
stanrc85 2021-05-27 00:03:10 -04:00 committed by GitHub
parent 3a6188fc55
commit 5962f05f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 0 deletions

View file

@ -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