Skip to content

Commit

Permalink
Optimize RGB Matrix rendering for Planck EZ
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and fdidron committed Jul 27, 2019
1 parent 8c16472 commit 81c563c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keyboards/planck/ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81c563c

Please sign in to comment.