hid-remapper icon indicating copy to clipboard operation
hid-remapper copied to clipboard

Add momentary/tap layer/action aka QMK LT()

Open b- opened this issue 3 years ago • 0 comments

The best way to explain what I'm looking for is to quote QMK documentation for its equivalent LT() feature:

LT(layer, kc) - momentarily activates layer when held, and sends kc when tapped.

So the idea is I would set, e.g., the back button as an input, and the output would be switching to another layer while I hold it down, but if I release it within e.g., 250ms the remapper will issue a back button press.

b- avatar Jun 05 '22 14:06 b-