[Keyboard] Use new matrix_output_select_delay api (#13861)

* Use new matrix_output_select_delay api

* Updated delay to 15 after more spamming
This commit is contained in:
Alex Ong
2021-08-07 16:51:38 +10:00
committed by GitHub
parent 9d88786b6f
commit 8a9688bc64
5 changed files with 20 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ SPACE_CADET_ENABLE = no # Unneeded feature.
LAYOUTS = 60_ansi
# special sauce for this keyboard
DEBOUNCE_TYPE = eager_pk # Debounce using eager_pk.
DEBOUNCE_TYPE = sym_eager_pk # Debounce using eager_pk.
CUSTOM_MATRIX = lite # Custom matrix that polls at 7000hz instead of a measly 2000hz.
LTO_ENABLE = yes # smaller binary
SRC += matrix.c