13 Commits (b507f9809af6d86aea26b54c327f0a208d35d25b)

Author SHA1 Message Date
Okke Formsma b115f16f4c refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead of DT_NODE_EXISTS(DT_DRV_INST(0)) 4 years ago
Okke Formsma 1c2796d1c9 refactor(sticky keys): use pointer to avoid repetition in store_sticky_key 4 years ago
Okke Formsma bc8803ba50 refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV_STICKY_KEY_POSITION_FREE 4 years ago
Okke Formsma 26af11b390 refactor(sticky keys): rename timer_is_started to timer_started 4 years ago
innovaker 00ca0d2f1c refactor(app): replace `struct device *` with `const struct device *` 4 years ago
innovaker 3d7376d2e5 refactor(app): replace `config_info` with `config` 4 years ago
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types 4 years ago
Okke Formsma e00eceb508 fix(sticky keys): fix tapping-sticky-keys bug. 4 years ago
Okke Formsma f86e0fff14 fix(sticky keys): always clear sticky key when releasing the behavior 4 years ago
Okke Formsma 2ba16c2f3d fix(sticky keys): use correct timestamp when clearing sticky key in timer 4 years ago
Okke Formsma 37946ff57b fix(sticky keys): simplify timer management 4 years ago
Okke Formsma 3bf770a364 bugfix(sticky keys): release active sticky keys properly 4 years ago
Okke Formsma 76a6d7b4c5 feat(sticky keys): initial implementation 4 years ago