Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RETRO_TAPPING to LT(layer, kc) #2805

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

lambdasakura
Copy link
Contributor

Fixed a problem that does not work when combining LT macro and RETRO_TAPPING.

RETORO_TAPPING uses is_tap_key to determine if it is a TAP key. However, is_tap_key does not work properly for keys that use LT. It returns whether the key after layer change is TAP key or not.

Fix to detect if it is TAP key from the current layer information.
Fix #1521

@drashna drashna requested a review from jackhumbert April 25, 2018 14:17
@drashna drashna requested a review from fredizzimo May 11, 2018 22:12
@drashna
Copy link
Member

drashna commented Jan 25, 2019

Thanks!

@drashna drashna merged commit 8e47f64 into qmk:master Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants