From 4c716cfb4edae887594196581d87379cebbec38e Mon Sep 17 00:00:00 2001 From: Drew Whitney Date: Wed, 13 Aug 2025 10:10:40 -0600 Subject: [PATCH] The play/layer key now has a quick tap term of 0 --- .../keebio/nyquist/rev4/keymaps/drew/taphold/taphold_options.c | 3 ++- keyboards/planck/rev7/keymaps/drew/taphold/taphold_options.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: