Open iovis opened 1 month ago
For context, I'm using SMTD_LT(NV_SLSH, KC_SLSH, _NV)
, you can see my current layout here
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!