summaryrefslogtreecommitdiff
path: root/keyboards/planck
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-07-26 16:45:08 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-07-27 11:26:33 +0900
commit81c563c6926f37e907f3aa61c706bcd8d406b99b (patch)
tree2e2d2888b80db7d28181b1967c023cfaef1706a0 /keyboards/planck
parent8c164726e8255ffb61ea0aa28d8143775ab4c208 (diff)
Optimize RGB Matrix rendering for Planck EZ
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/ez/config.h5
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