From 2d7b6544fcf79407630ace2d5519c880fe6ecbcc Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 20 Jul 2022 21:19:31 -0700 Subject: [PATCH] Increased animation fps --- keyboards/betalupi_ergodox/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/betalupi_ergodox/config.h b/keyboards/betalupi_ergodox/config.h index 69e43c6..7089898 100644 --- a/keyboards/betalupi_ergodox/config.h +++ b/keyboards/betalupi_ergodox/config.h @@ -121,7 +121,7 @@ // limits in milliseconds how frequently an animation will update the LEDs. // 16 (16ms) is equivalent to limiting to 60fps // (increases keyboard responsiveness) -#define RGB_MATRIX_LED_FLUSH_LIMIT 26 +#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // turn off effects when suspended #define RGB_DISABLE_WHEN_USB_SUSPENDED true