zmk/app
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
..
boards style(hold-tap)!: Write hold-tap params with dashes 2021-02-10 07:55:12 -05:00
cmake
drivers
dts feature(hold-tap): Retro tapping 2021-02-24 07:24:27 -05:00
include feat(underglow): Convert HSB changes to absolute. 2021-02-09 01:27:50 -05:00
scripts
src feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
tests feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
.gitignore
CMakeLists.txt
Kconfig fix(core): Enable sensor by default 2021-02-08 10:50:44 -05:00
prj.conf
run-test.sh
west.yml