]> git.donarmstrong.com Git - qmk_firmware.git/commit
Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.
authorAlex Ong <alex.ong@unsw.edu.au>
Wed, 29 Aug 2018 00:19:36 +0000 (10:19 +1000)
committerAlex Ong <alex.ong@unsw.edu.au>
Wed, 29 Aug 2018 00:19:36 +0000 (10:19 +1000)
commit3cf7f7322c24e3cab21d402f1a859b60df857603
tree08e5f119b2faa8c393dbbad7c085fe83728046c3
parent9bd6d6112d698ea5823b268983809fe3b8d98b26
Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.
quantum/matrix.c
tmk_core/common.mk
tmk_core/common/debounce.c [new file with mode: 0644]
tmk_core/common/debounce.h [new file with mode: 0644]
tmk_core/common/debounce/debounce_eager_pk.c [new file with mode: 0644]
tmk_core/common/debounce/debounce_sym_g.c [new file with mode: 0644]
tmk_core/common/debounce/readme.md [new file with mode: 0644]
tmk_core/common/keyboard.c