~ruther/qmk_firmware

8782dc824d3d0ffddb087077ef94f728c18140db — tiltowait 3 years ago 5ece284
[Keyboard] Add anti-ghosting support to Model M Converter (#14049)

1 files changed, 3 insertions(+), 0 deletions(-)

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