zmk/app
Okke Formsma d38740cebf
Add timestamps to position and behavior events (#147)
* Add timestamps to position events and behaviors.

- Take original event timestamps into consideration so nested tap-holds have proper timing.
- Add position and timestamp to keycode state changed event so the one-shot behavior can properly identify other keypresses and timings.
- Add timestamp to position events received from peripheral

* reduce number of arguments to behaviors
2020-10-10 17:32:53 -04:00
..
boards Merge pull request #242 from megamind4089/feature/ext-power 2020-10-09 20:40:48 -04:00
cmake
drivers/zephyr
dts Added driver to control the external power output 2020-10-10 08:11:46 +08:00
include Add timestamps to position and behavior events (#147) 2020-10-10 17:32:53 -04:00
src Add timestamps to position and behavior events (#147) 2020-10-10 17:32:53 -04:00
tests Add timestamps to position and behavior events (#147) 2020-10-10 17:32:53 -04:00
.gitignore
CMakeLists.txt Added driver to control the external power output 2020-10-10 08:11:46 +08:00
Kconfig Added driver to control the external power output 2020-10-10 08:11:46 +08:00
prj.conf
run-test.sh
west.yml