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