Skip to content

Commit

Permalink
[Keyboard] Add anti-ghosting support to Model M Converter (qmk#14049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltowait authored Oct 3, 2021
1 parent 5ece284 commit 8782dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/converter/modelm101/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8782dc8

Please sign in to comment.