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_sticky_key.c
Age
Commit message (
Expand
)
Author
2021-07-17
refactor(core): Move away from deprecated DT API.
Pete Johanson
2021-05-09
fix(behaviors): Fix sticky keys quick-release for normal keypresses
Okke Formsma
2021-02-02
refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRY
Okke Formsma
2021-01-28
feature(sticky_keys): add quick-release
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-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-17
fix(sticky keys): add 0xFF mask to usage_page
innovaker
2020-12-15
refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead o...
Okke Formsma
2020-12-15
refactor(sticky keys): use pointer to avoid repetition in store_sticky_key
Okke Formsma
2020-12-15
refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV...
Okke Formsma
2020-12-15
refactor(sticky keys): rename timer_is_started to timer_started
Okke Formsma
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-12-06
fix(sticky keys): fix tapping-sticky-keys bug.
Okke Formsma
2020-12-06
fix(sticky keys): always clear sticky key when releasing the behavior
Okke Formsma
2020-12-06
fix(sticky keys): use correct timestamp when clearing sticky key in timer
Okke Formsma
2020-12-06
fix(sticky keys): simplify timer management
Okke Formsma
2020-11-29
bugfix(sticky keys): release active sticky keys properly
Okke Formsma
2020-11-28
feat(sticky keys): initial implementation
Okke Formsma