Skip to content

Commit

Permalink
Increment MATRIX_IO_DELAY to 4
Browse files Browse the repository at this point in the history
According to marfrit's testing: (Thank You!)
MATRIX_IO_DELAY =  1 results in space spamming the letter "M"
MATRIX_IO_DELAY =  2 only emits one m on short press instead of 5
MATRIX_IO_DELAY =  3 seems to mitigate that completely

For safety I'm increasing this to 4.
  • Loading branch information
purdeaandrei committed Mar 13, 2023
1 parent 1e1c6c8 commit 78a0a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/unicomp/mini_m/minirazz/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
#define WEAR_LEVELING_LOGICAL_SIZE 16384
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)

#define MATRIX_IO_DELAY 1
#define MATRIX_IO_DELAY 4

0 comments on commit 78a0a46

Please sign in to comment.