1
0
Fork 0

[Keyboard] Add anti-ghosting support to Model M Converter (#14049)

This commit is contained in:
tiltowait 2021-10-03 12:02:51 -07:00 committed by GitHub
parent 5ece2846b6
commit 8782dc824d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed (5 is default) */
#define DEBOUNCE 5
/* The Model M has no diodes */
#define MATRIX_HAS_GHOST
/*
* Feature disable options
* These options are also useful to firmware size reduction.