summaryrefslogtreecommitdiff
path: root/app/src/behaviors/behavior_sticky_key.c
AgeCommit message (Expand)Author
2021-07-17refactor(core): Move away from deprecated DT API.Pete Johanson
2021-05-09fix(behaviors): Fix sticky keys quick-release for normal keypressesOkke Formsma
2021-02-02refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRYOkke Formsma
2021-01-28feature(sticky_keys): add quick-releaseOkke Formsma
2021-01-20refactor(core): Combine `is_` and `cast_` event functions.Pete Johanson
2021-01-20refactor(core): Extra event payloads to own types, refactor API.Pete Johanson
2021-01-01refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENTOkke Formsma
2021-01-01refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0Okke Formsma
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-17fix(sticky keys): add 0xFF mask to usage_pageinnovaker
2020-12-15refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead o...Okke Formsma
2020-12-15refactor(sticky keys): use pointer to avoid repetition in store_sticky_keyOkke Formsma
2020-12-15refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV...Okke Formsma
2020-12-15refactor(sticky keys): rename timer_is_started to timer_startedOkke Formsma
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace `config_info` with `config`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-06fix(sticky keys): fix tapping-sticky-keys bug.Okke Formsma
2020-12-06fix(sticky keys): always clear sticky key when releasing the behaviorOkke Formsma
2020-12-06fix(sticky keys): use correct timestamp when clearing sticky key in timerOkke Formsma
2020-12-06fix(sticky keys): simplify timer managementOkke Formsma
2020-11-29bugfix(sticky keys): release active sticky keys properlyOkke Formsma
2020-11-28feat(sticky keys): initial implementationOkke Formsma