Browse Source

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

pull/14701/head
tiltowait 2 years ago
committed by GitHub
parent
commit
8782dc824d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      keyboards/converter/modelm101/config.h

+ 3
- 0
keyboards/converter/modelm101/config.h 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.


Loading…
Cancel
Save