diff options
author | Alex Ong <alex.ong@unsw.edu.au> | 2021-08-07 16:51:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 23:51:38 -0700 |
commit | 8a9688bc64ea4283ecfa19dc2bf2c3312e7c646f (patch) | |
tree | c8057c093a03d3cdf3a49736ffb26bd800ddff20 /keyboards/handwired/xealousbrown/rules.mk | |
parent | 9d88786b6fc6b1e9eeeba409cb5e4a17dd2bbe82 (diff) |
[Keyboard] Use new matrix_output_select_delay api (#13861)
* Use new matrix_output_select_delay api
* Updated delay to 15 after more spamming
Diffstat (limited to 'keyboards/handwired/xealousbrown/rules.mk')
-rw-r--r-- | keyboards/handwired/xealousbrown/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/xealousbrown/rules.mk b/keyboards/handwired/xealousbrown/rules.mk index df90cd030e..04a01ec6bd 100644 --- a/keyboards/handwired/xealousbrown/rules.mk +++ b/keyboards/handwired/xealousbrown/rules.mk @@ -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 |