zmk/app
Okke Formsma de4979bf58 fix(behaviors): Fix sticky keys quick-release for normal keypresses
Quick release for sticky keys failed for non-layer keys. The sticky key
was released just before the key that was supposed to be modified was
handled.

The issue was caused by an error in the sticky key logic, which released
the sticky key before handling the key up event.

Fixes #696.
2021-05-09 07:52:41 -04:00
..
boards
cmake
drivers
dts
include
scripts
src fix(behaviors): Fix sticky keys quick-release for normal keypresses 2021-05-09 07:52:41 -04:00
tests fix(behaviors): Fix sticky keys quick-release for normal keypresses 2021-05-09 07:52:41 -04:00
.gitignore
CMakeLists.txt
Kconfig
prj.conf
run-test.sh feat(tests): Override test parallelism w/ `J=8` environment. 2021-05-05 00:56:05 -04:00
west.yml