Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
0edf478a53
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
#define RGB_MATRIX_LED_COUNT 61
|
#define RGB_MATRIX_LED_COUNT 61
|
||||||
|
|
||||||
/* Limit animations to 62.5 FPS to avoid tearing. (1/.016 = 62.5 FPS). */
|
/* Limit animations to 25 FPS to avoid tearing. (1/.040 = 25 FPS). */
|
||||||
#define RGB_MATRIX_LED_FLUSH_LIMIT 16
|
#define RGB_MATRIX_LED_FLUSH_LIMIT 40
|
||||||
|
|
||||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||||
#define RGB_MATRIX_KEYPRESSES
|
#define RGB_MATRIX_KEYPRESSES
|
||||||
|
|
Loading…
Reference in New Issue