diff options
author | Drashna Jael're <drashna@live.com> | 2019-07-26 16:45:08 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-07-27 11:26:33 +0900 |
commit | 81c563c6926f37e907f3aa61c706bcd8d406b99b (patch) | |
tree | 2e2d2888b80db7d28181b1967c023cfaef1706a0 /keyboards/planck/ez | |
parent | 8c164726e8255ffb61ea0aa28d8143775ab4c208 (diff) |
Optimize RGB Matrix rendering for Planck EZ
Diffstat (limited to 'keyboards/planck/ez')
-rw-r--r-- | keyboards/planck/ez/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index bad94827a8..59385eb16b 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -140,6 +140,11 @@ #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_FRAMEBUFFER_EFFECTS +#define RGB_MATRIX_LED_PROCESS_LIMIT 5 +#define RGB_MATRIX_LED_FLUSH_LIMIT 26 + +#define I2C1_CLOCK_SPEED 400000 + #define IGNORE_MOD_TAP_INTERRUPT #define TAPPING_TOGGLE 1 |