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-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