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