Age | Commit message (Expand) | Author |
---|---|---|
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 |