Open AnyRoad opened 2 months ago
https://github.com/stasmarkin/sm_td/issues/21#issuecomment-2351654947
So all custom functions with layer switching won't work here.
Seems like it applies to the Tri State Layers as well :(
Yep, tri-layers are not supported. Added this to a backlog. Tbh it's not first priority feature right now, but in a version or two I will implement this.
Thank you! 😄
Hi, thanks for the great home row mods implementation!
Just tried it and everything works fine except the Tri Layers: https://docs.qmk.fm/ref_functions#update-tri-layer-state-state-x-y-z
Same config works with accordion but does not work with sm_td.
I don't know much about QMK internals but it seems like SMTD_LT activates target layer and turns others off, right? (like TO) That's might be the reaason why we cannot use tri state layers
Do you think it is possible to modify the implementation to make it work with the Tri State Layers?