index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
behaviors
/
behavior_hold_tap.c
Age
Commit message (
Expand
)
Author
2021-02-24
refactor(hold-tap): improve switch statements
Okke Formsma
2021-02-24
refactor(hold-tap): pretty print decision_moment
Okke Formsma
2021-02-24
refactor(hold-tap): create press_binding and release_binding functions
Okke Formsma
2021-02-24
refactor(hold-tap): split hold state into interrupt and timer
Okke Formsma
2021-02-24
refactor(hold-tap): use enum for hold-tap status
Okke Formsma
2021-02-24
refactor(hold-tap): simplify flavor enum
Okke Formsma
2021-02-10
style(hold-tap)!: Write hold-tap params with dashes
Okke Formsma
2021-02-04
refactor(core): Use /omit-if-no-ref/ for behaviors.
Pete Johanson
2021-02-02
behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)
Okke Formsma
2021-02-02
refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY
Okke Formsma
2021-01-24
refactor(modifiers): define is_mods function
Okke Formsma
2021-01-20
refactor(core): Combine `is_` and `cast_` event functions.
Pete Johanson
2021-01-20
refactor(core): Extra event payloads to own types, refactor API.
Pete Johanson
2021-01-20
refactor(core): Extra position state change data struct.
Pete Johanson
2021-01-01
refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT
Okke Formsma
2021-01-01
refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0
Okke Formsma
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace `config_info` with `config`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-11-05
refactor(keys): Unify usage page.
Pete Johanson
2020-11-03
refactor: Replace superseded key names
innovaker
2020-11-03
refactor(hid): Replace deprecated HID usage page references
innovaker
2020-11-03
initial implementation for modifiers
Okke Formsma
2020-10-10
Add timestamps to position and behavior events (#147)
Okke Formsma
2020-09-14
chore: clang-format the codebase.
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-09-02
fixes for feedback round 2
Okke Formsma
2020-09-02
some fixes based on feedback
Okke Formsma
2020-09-01
Initial implementation of hold-tap
Okke Formsma