29 Commits (9c4c266b17f6fec4866d65bec0889233845b6282)

Author SHA1 Message Date
Okke Formsma 9c4c266b17 refactor(hold-tap): pretty print decision_moment 4 years ago
Okke Formsma 0ebf440de8 refactor(hold-tap): create press_binding and release_binding functions 4 years ago
Okke Formsma abc60fc7cb refactor(hold-tap): split hold state into interrupt and timer 4 years ago
Okke Formsma 200c6cabea refactor(hold-tap): use enum for hold-tap status 4 years ago
Okke Formsma 6b7026cdd1 refactor(hold-tap): simplify flavor enum 4 years ago
Okke Formsma af9d6e9b05 style(hold-tap)!: Write hold-tap params with dashes 4 years ago
Pete Johanson b84d29c384 refactor(core): Use /omit-if-no-ref/ for behaviors. 4 years ago
Okke Formsma 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 4 years ago
Okke Formsma 4e20bf5de1 refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY 4 years ago
Okke Formsma 0c30b49063 refactor(modifiers): define is_mods function 4 years ago
Pete Johanson 3368a81057 refactor(core): Combine `is_` and `cast_` event functions. 4 years ago
Pete Johanson 3fe2acc2d1 refactor(core): Extra event payloads to own types, refactor API. 4 years ago
Pete Johanson 003db892ad refactor(core): Extra position state change data struct. 4 years ago
Okke Formsma fa07ba9d32 refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT 4 years ago
Okke Formsma caa285852a refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0 4 years ago
innovaker 842aa5a842 refactor: replace filename hyphens with underscores 4 years ago
innovaker 00ca0d2f1c refactor(app): replace `struct device *` with `const struct device *` 4 years ago
innovaker 3d7376d2e5 refactor(app): replace `config_info` with `config` 4 years ago
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types 4 years ago
Pete Johanson eff1b8223b refactor(keys): Unify usage page. 4 years ago
innovaker d748d8a749 refactor: Replace superseded key names 4 years ago
innovaker e925319e4c refactor(hid): Replace deprecated HID usage page references 4 years ago
Okke Formsma 4f258efbf1 initial implementation for modifiers 4 years ago
Okke Formsma d38740cebf
Add timestamps to position and behavior events (#147) 5 years ago
Pete Johanson 191a2d755a chore: clang-format the codebase. 5 years ago
Pete Johanson 68e72f9275 fix: Switch to single AUTHORS file.* Closes #164 5 years ago
Okke Formsma c9a82d71d0 fixes for feedback round 2 5 years ago
Okke Formsma c5ca664411 some fixes based on feedback 5 years ago
Okke Formsma c33931c72c Initial implementation of hold-tap 5 years ago