Increased animation fps
parent
ad63cbabc6
commit
2d7b6544fc
|
@ -121,7 +121,7 @@
|
||||||
// limits in milliseconds how frequently an animation will update the LEDs.
|
// limits in milliseconds how frequently an animation will update the LEDs.
|
||||||
// 16 (16ms) is equivalent to limiting to 60fps
|
// 16 (16ms) is equivalent to limiting to 60fps
|
||||||
// (increases keyboard responsiveness)
|
// (increases keyboard responsiveness)
|
||||||
#define RGB_MATRIX_LED_FLUSH_LIMIT 26
|
#define RGB_MATRIX_LED_FLUSH_LIMIT 16
|
||||||
|
|
||||||
// turn off effects when suspended
|
// turn off effects when suspended
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
|
||||||
|
|
Loading…
Reference in New Issue