zmk_mf68/app
Okke Formsma 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)
Tap-and-hold a hold-tap to hold the tap behavior so it can repeat.
After a tap, if the same key is pressed within `quick_tap_ms`, the
tap behavior is always picked.

This is useful for things like `&ht LSHFT BACKSPACE` where holding
the backspace is required.

Implements #288.
2021-02-02 15:28:16 -05:00
..
boards fix(boards): Shorten keyboard names that are too long 2021-02-02 00:59:17 -05:00
cmake build: set zmk_config.cmake cmake_minimum_required to VERSION 3.15 2020-11-20 22:24:29 -05:00
drivers refactor(kscan): Fix polling of GPIO matrices. 2021-02-02 14:04:10 -05:00
dts behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
include refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY 2021-02-02 00:43:26 -05:00
scripts chore: standardize # style headers 2021-01-06 17:00:44 -05:00
src behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
tests behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
.gitignore Removed development files 2020-08-29 11:53:53 -07:00
CMakeLists.txt feat: Add WPM calculator and display widget 2021-01-23 18:38:31 -05:00
Kconfig refactor(kscan): Remove explicit default n from kscan configs. 2021-02-02 14:04:10 -05:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh run-test.sh: use the POSIX '-L 1' for xargs 2021-01-23 18:32:18 -05:00
west.yml fix(west): Restore atmel west module. 2020-12-29 23:30:30 -05:00