diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-03 19:03:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-03 19:03:19 +0000 |
commit | db6bf9be2b78e974234f134dcc0b023990052926 (patch) | |
tree | 241311fc462c318c0c820318aad961ae87d69f67 | |
parent | eb5b24f97c8ab5f9ca85a5bbb60b3b806e1507e6 (diff) | |
parent | 8782dc824d3d0ffddb087077ef94f728c18140db (diff) | |
download | qmk_firmware-db6bf9be2b78e974234f134dcc0b023990052926.tar.gz qmk_firmware-db6bf9be2b78e974234f134dcc0b023990052926.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/converter/modelm101/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/converter/modelm101/config.h b/keyboards/converter/modelm101/config.h index 802d53ffdf..639b325ff3 100644 --- a/keyboards/converter/modelm101/config.h +++ b/keyboards/converter/modelm101/config.h @@ -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. |