diff --git a/keyboards/keebio/nyquist/rev4/keymaps/drew/taphold/taphold_options.c b/keyboards/keebio/nyquist/rev4/keymaps/drew/taphold/taphold_options.c index 32bad080..d8edb046 100644 --- a/keyboards/keebio/nyquist/rev4/keymaps/drew/taphold/taphold_options.c +++ b/keyboards/keebio/nyquist/rev4/keymaps/drew/taphold/taphold_options.c @@ -5,7 +5,8 @@ uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t* record) { case CTL_T(KC_TAB): case NUM_SPC: case NAV_ENT: - case GUI_LAUNCH: // no repeat tapping when tapped and then held for these keys + case GUI_LAUNCH: + case LT(_FUNC, KC_MPLY): // no repeat tapping when tapped and then held for these keys return 0; break; default: diff --git a/keyboards/planck/rev7/keymaps/drew/taphold/taphold_options.c b/keyboards/planck/rev7/keymaps/drew/taphold/taphold_options.c index 32bad080..d8edb046 100644 --- a/keyboards/planck/rev7/keymaps/drew/taphold/taphold_options.c +++ b/keyboards/planck/rev7/keymaps/drew/taphold/taphold_options.c @@ -5,7 +5,8 @@ uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t* record) { case CTL_T(KC_TAB): case NUM_SPC: case NAV_ENT: - case GUI_LAUNCH: // no repeat tapping when tapped and then held for these keys + case GUI_LAUNCH: + case LT(_FUNC, KC_MPLY): // no repeat tapping when tapped and then held for these keys return 0; break; default: