aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/behaviors/behavior_toggle_layer.c
AgeCommit message (Expand)Author
12 daysfeat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555)Nicolas Munnich
2024-07-05fix: Fix up layer metadata, move to layer IDs.Peter Johanson
2024-06-24feat(behaviors): Add behavior metadata information.Peter Johanson
2024-02-09refactor: Move to POST_KERNEL phase for behavior inits.Peter Johanson
2023-12-04refactor(behaviors): Create a list to lookup behaviorsJoel Spadin
2023-04-05refactor: Move to `zephyr/` include paths.Peter Johanson
2022-04-03refactor: Move away from deprecated PM callback.Peter Johanson
2021-07-17refactor(core): Move away from deprecated DT API.Pete Johanson
2021-02-04refactor(core): Use /omit-if-no-ref/ for behaviors.Pete Johanson
2021-01-01refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENTOkke Formsma
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-10-10Add timestamps to position and behavior events (#147)Okke Formsma
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-28fix(behavior): add logging to toggle layer for testsCody McGinnis
2020-08-18fix(keymap): move the toggle layer logic to keymap.cCody McGinnis
2020-08-18feat(keymap): allow users to toggle layersCody McGinnis