Increased animation fps

master
Mark 2022-07-20 21:19:31 -07:00
parent ad63cbabc6
commit 2d7b6544fc
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

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