diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-25 00:20:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-25 00:20:11 +0000 |
commit | 0edf478a5335b5c8fac29a0b77428f0dcbf43316 (patch) | |
tree | c2cdf7a4d7d1110d013075957eb371561e339319 /keyboards/annepro2 | |
parent | 019c3217a6f0e794a231084529675ec32da18b73 (diff) | |
parent | fa132baa43a69ce7245e977916280eac5f8a0485 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/annepro2')
-rw-r--r-- | keyboards/annepro2/config_led.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/annepro2/config_led.h b/keyboards/annepro2/config_led.h index e6d4dc35fb..12ccd995ad 100644 --- a/keyboards/annepro2/config_led.h +++ b/keyboards/annepro2/config_led.h @@ -20,8 +20,8 @@ #define RGB_MATRIX_LED_COUNT 61 -/* Limit animations to 62.5 FPS to avoid tearing. (1/.016 = 62.5 FPS). */ -#define RGB_MATRIX_LED_FLUSH_LIMIT 16 +/* Limit animations to 25 FPS to avoid tearing. (1/.040 = 25 FPS). */ +#define RGB_MATRIX_LED_FLUSH_LIMIT 40 #define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGB_MATRIX_KEYPRESSES |