zmk/app/src/behaviors
Okke Formsma 0c1940bb79 feature(hold-tap): no-hold-flash for retro taps
This is an improvement on retro-tap, solving the 'flashing hold' issue
users people experience.

When the tapping-term expires, the hold key is normally pressed. When
retro-tap is enabled, this is undesirable; only an interrupted hold-tap
should trigger the hold behavior.

This change disables the hold behavior for the 'STATUS_HOLD_TIMER'
state when retro-tap is enabled, and makes sure the
'STATUS_HOLD_INTERRUPT' state will be triggered when appropriate.
2021-02-24 07:24:27 -05:00
..
behavior_bt.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_ext_power.c refactor(behaviors): Convert state dependent params. 2021-02-09 01:27:50 -05:00
behavior_hold_tap.c feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
behavior_key_press.c refactor(core): Extra event payloads to own types, refactor API. 2021-01-20 07:06:11 -05:00
behavior_mod_morph.c feat(grave-escape): implement grave-escape 2021-01-22 19:27:18 -05:00
behavior_momentary_layer.c refactor(app): replace struct device * with const struct device * 2020-12-14 12:41:25 -05:00
behavior_none.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_outputs.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_reset.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_rgb_underglow.c feat(underglow): Convert HSB changes to absolute. 2021-02-09 01:27:50 -05:00
behavior_sensor_rotate_key_press.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_sticky_key.c refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRY 2021-02-02 00:43:26 -05:00
behavior_to_layer.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_toggle_layer.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00
behavior_transparent.c refactor(core): Use /omit-if-no-ref/ for behaviors. 2021-02-04 00:52:25 -05:00