From f6987c1af275e62a2bc5b4cd931b7139bf967405 Mon Sep 17 00:00:00 2001 From: Alexey Osheychik Date: Fri, 8 May 2026 21:11:30 +0200 Subject: [PATCH] Enable HOLD_ON_OTHER_KEY_PRESS option --- keyboards/tweetydabird/lotus58/keymaps/lotus/config.h | 2 ++ keyboards/tweetydabird/lotus58/keymaps/lotus/keymap.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboards/tweetydabird/lotus58/keymaps/lotus/config.h b/keyboards/tweetydabird/lotus58/keymaps/lotus/config.h index ee3f33f7..32ef3f67 100644 --- a/keyboards/tweetydabird/lotus58/keymaps/lotus/config.h +++ b/keyboards/tweetydabird/lotus58/keymaps/lotus/config.h @@ -4,3 +4,5 @@ #ifndef TAPPING_TERM # define TAPPING_TERM 180 #endif // TAPPING_TERM + +#define HOLD_ON_OTHER_KEY_PRESS diff --git a/keyboards/tweetydabird/lotus58/keymaps/lotus/keymap.c b/keyboards/tweetydabird/lotus58/keymaps/lotus/keymap.c index 5e146810..1f682449 100644 --- a/keyboards/tweetydabird/lotus58/keymaps/lotus/keymap.c +++ b/keyboards/tweetydabird/lotus58/keymaps/lotus/keymap.c @@ -39,4 +39,4 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { [1] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS), ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, [2] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS), ENCODER_CCW_CW(KC_TRNS, KC_TRNS) } }; -#endif +#endif \ No newline at end of file