diff options
author | tiltowait <208040+tiltowait@users.noreply.github.com> | 2021-10-03 12:02:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 12:02:51 -0700 |
commit | 8782dc824d3d0ffddb087077ef94f728c18140db (patch) | |
tree | f91954a720bea55344dae2816d8cef4f184fb4e7 /keyboards | |
parent | 5ece2846b6a4d7ad82a26b2d68d0ec85705f5155 (diff) | |
download | qmk_firmware-8782dc824d3d0ffddb087077ef94f728c18140db.tar.gz qmk_firmware-8782dc824d3d0ffddb087077ef94f728c18140db.zip |
[Keyboard] Add anti-ghosting support to Model M Converter (#14049)
Diffstat (limited to 'keyboards')
-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. |