zmk_mf68/app/tests
Jonathan Rascher 4e69a32103 fix(combos): Check each combo key, not just last
The current combo completion check only makes sure the last key in the
combo is set. This works when the combo is typed correctly initially, or
when reraising events in a combo of length two. However, it fails for
longer combos since the last event in pressed_keys might be set, but the
first (or subsequent) event in pressed_keys can be NULL thanks to
release_pressed_keys.

Also added a regression test.
2021-06-08 20:35:58 -04:00
..
combo fix(combos): Check each combo key, not just last 2021-06-08 20:35:58 -04:00
gresc fix(behaviors): Updated grsec snapshots for new log format. 2021-01-25 16:11:01 -05:00
hold-tap feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
keypress feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
modifiers feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
momentary-layer feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
none refactor: replace filename hyphens with underscores 2020-12-28 01:15:35 -05:00
sticky-keys fix(behaviors): Fix sticky keys quick-release for normal keypresses 2021-05-09 07:52:41 -04:00
to-layer feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
toggle-layer feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
transparent feature(modifiers): add explicit modifiers 2021-01-24 23:30:41 -05:00
wpm feat: Add WPM calculator and display widget 2021-01-23 18:38:31 -05:00