zmk/app
Andrew Rae 77eb44ba9b feat(behaviors): Adding global-quick-tap-ms for combos
This brings the 'global-quick-tap' functionality to combos by filtering
out candidate combos that fell within their own quick tap term.

I also replaced `return 0` with `return ZMK_EV_EVENT_BUBBLE` where appropriate.
(I assume this was done in past as it is similar to errno returning, but
being that this is to signify an event type I find this more clear)
2023-10-03 01:12:47 -07:00
..
boards fix: Fix nice_view display widgets 2023-10-02 22:03:08 -07:00
cmake
dts feat(behaviors): Adding global-quick-tap-ms for combos 2023-10-03 01:12:47 -07:00
include refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
module fix(driver): Fix broken compilation for MAX7318 driver 2023-09-28 12:19:14 -04:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src feat(behaviors): Adding global-quick-tap-ms for combos 2023-10-03 01:12:47 -07:00
tests feat(behaviors): Adding global-quick-tap-ms for combos 2023-10-03 01:12:47 -07:00
.gitignore
.prettierrc.js
CMakeLists.txt fix: Address review comments 2023-10-02 22:03:08 -07:00
Kconfig refactor: Move drivers into properly module. 2023-09-16 11:52:40 -07:00
Kconfig.behaviors feat(behaviors): Support parameterized macros. 2023-06-20 11:19:28 -06:00
core-coverage.yml
package-lock.json
package.json
prj.conf
run-test.sh
west.yml