diff --git a/keyboards/massdrop/alt/keymap.c b/keyboards/massdrop/alt/keymap.c index 58ce2420..8fb48f13 100644 --- a/keyboards/massdrop/alt/keymap.c +++ b/keyboards/massdrop/alt/keymap.c @@ -126,7 +126,7 @@ void al_finished(qk_tap_dance_state_t *state, void *user_data) { al_tap_state.state = cur_dance(state); switch (al_tap_state.state) { case SINGLE_TAP: - // Do nothing ; Should be held to get layer 1 + layer_on(1); // Activate layer 1 immediately since we probably are holding this down ; if released it'll go away fast and shouldn't be an issue break; case SINGLE_HOLD: layer_on(1); // Activate layer 1 since that's what the intent is diff --git a/keyboards/massdrop/alt/massdrop_alt_kemonine.bin b/keyboards/massdrop/alt/massdrop_alt_kemonine.bin index 3812b2a4..02b2e40b 100644 Binary files a/keyboards/massdrop/alt/massdrop_alt_kemonine.bin and b/keyboards/massdrop/alt/massdrop_alt_kemonine.bin differ diff --git a/qmk/keyboards/massdrop/alt/keymaps/kemonine/keymap.c b/qmk/keyboards/massdrop/alt/keymaps/kemonine/keymap.c index 58ce2420..8fb48f13 100644 --- a/qmk/keyboards/massdrop/alt/keymaps/kemonine/keymap.c +++ b/qmk/keyboards/massdrop/alt/keymaps/kemonine/keymap.c @@ -126,7 +126,7 @@ void al_finished(qk_tap_dance_state_t *state, void *user_data) { al_tap_state.state = cur_dance(state); switch (al_tap_state.state) { case SINGLE_TAP: - // Do nothing ; Should be held to get layer 1 + layer_on(1); // Activate layer 1 immediately since we probably are holding this down ; if released it'll go away fast and shouldn't be an issue break; case SINGLE_HOLD: layer_on(1); // Activate layer 1 since that's what the intent is