-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compatibility with Layer Lock #21
Comments
For context, I'm using |
Unfortunately there is no easy way to make layer_lock work with sm_td. I use a custom layer switching mechanism for the SMTD_LT macro because the default from QMK doesn't work well with sm_td. So all custom functions with layer switching won't work here. |
I've added this to the backlog, I'll probably be able to figure something out. |
Thank you! |
Hi! I was wondering if you'd know how I'd make sm_td work with layer lock.
I'm guessing I should add the appropriate range from sm_td here:
But I'm not sure what range would that be. I tried using
SMTD_KEYCODES_BEGIN ... SMTD_KEYCODES_END
but it didn't work, I'm guessing I need some kind of modifier keycode?Thank you!
The text was updated successfully, but these errors were encountered: