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 02ac378 commit 86469fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/unicomp/mini_m/minirazz/config.h
Expand Up @@ -26,7 +26,7 @@
#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

#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1

0 comments on commit 86469fe

Please sign in to comment.