diff options
-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 802d53ffd..639b325ff 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/>. | |||
50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed (5 is default) */ | 50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed (5 is default) */ |
51 | #define DEBOUNCE 5 | 51 | #define DEBOUNCE 5 |
52 | 52 | ||
53 | /* The Model M has no diodes */ | ||
54 | #define MATRIX_HAS_GHOST | ||
55 | |||
53 | /* | 56 | /* |
54 | * Feature disable options | 57 | * Feature disable options |
55 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |