forked from kofal.net/zmk
feat(behaviors): Adding global-quick-tap-ms for combos
This brings the 'global-quick-tap' functionality to combos by filtering out candidate combos that fell within their own quick tap term. I also replaced `return 0` with `return ZMK_EV_EVENT_BUBBLE` where appropriate. (I assume this was done in past as it is similar to errno returning, but being that this is to signify an event type I find this more clear)
This commit is contained in:
committed by
Pete Johanson
parent
2f6abff3bc
commit
77eb44ba9b
1
app/tests/combo/global-quick-tap/events.patterns
Normal file
1
app/tests/combo/global-quick-tap/events.patterns
Normal file
@@ -0,0 +1 @@
|
||||
s/.*hid_listener_keycode_//p
|
||||
Reference in New Issue
Block a user