aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/behaviors
AgeCommit message (Expand)Author
13 daysfeat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555)Nicolas Munnich
2024-12-09feat(mouse): Add mouse move and scroll support (#2477)Pete Johanson
2024-09-23refactor: Condition source props on CONFIG_ZMK_SPLITCem Aksoylar
2024-09-23feat(sensors): Make sensors always trigger on central (for now)Cem Aksoylar
2024-09-23feat(split): Make locality work nested behavior invocationsCem Aksoylar
2024-09-13pre-commit: re-format using clang-format hook (v18.1.8)Maxime Vincent
2024-09-06fix: Correct max brightness in backlight metadataReFil
2024-08-15feat: Add `&studio_unlock` behavior.Peter Johanson
2024-08-14fix: no error return in sticky key get_parameter_metadatadown
2024-08-12feat: Add config settings for sticky keys/hold-tapPeter Johanson
2024-07-05fix: Proper behavior metadata for key repeat/togglePeter Johanson
2024-07-05fix: Fix up layer metadata, move to layer IDs.Peter Johanson
2024-06-25fix: Add metadata to missed behaviors.Peter Johanson
2024-06-24feat(behaviors): Add behavior metadata information.Peter Johanson
2024-05-13fix(soft_off): central waits 100ms in split if hold_time enabledGerman Gutierrez
2024-05-13chore: fix typos in various placesHoru
2024-04-17fix(behaviors): Add multiple soft-off instances properly.Peter Johanson
2024-03-27fix(pm): Fixes for dedicated on/off on peripherals.Peter Johanson
2024-03-27feat(behaviors): More logging in soft off.Peter Johanson
2024-03-27fix: Adjustments for Zephyr 3.5.Peter Johanson
2024-03-27refactor: Fixes for soft-off based on review.Peter Johanson
2024-03-27feat(behaviors): Add soft off behavior.Peter Johanson
2024-03-27fix(build): Modify function return typeThomas Huber
2024-03-18refactor: extract duplicate logicTheo Lemay
2024-03-18feat(behaviors): lazy sticky keysTheo Lemay
2024-02-20fix: inline initialise Theo Lemay
2024-02-20feat(behaviors): hold while undecidedTheo Lemay
2024-02-14fix(behavior): Proper init priority for ext_power.ctranstrum
2024-02-09fix: Proper use of CONTAINER_OF with delayable work.Peter Johanson
2024-02-09refactor: Move to POST_KERNEL phase for behavior inits.Peter Johanson
2024-01-14fix(core): Address review comments from Joel.Peter Johanson
2024-01-14refactor(core): Move to stack allocated events.Peter Johanson
2024-01-05Remove error reporting from ble utility functions that never errorChris Andreae
2024-01-05bt: add BT_CLR_ALL behaviourmoergo-sc
2023-12-04refactor(behaviors)!: Remove labels from behaviorsJoel Spadin
2023-12-04refactor(behaviors): Create a list to lookup behaviorsJoel Spadin
2023-12-04refactor(behaviors): Make label property optionalJoel Spadin
2023-11-20feat(ble): add behavior to disconnect from BLE profile Chris Andreae
2023-11-15feat(mouse): Initial mouse keys support.Alexander Krikun
2023-10-03refactor(behaviors): global-quick-tap -> require-prior-idleAndrew Rae
2023-10-03refactor(behaviors): Giving global-quick-tap its own termAndrew Rae
2023-10-02refactor: Split endpoint to transport and instanceJoel Spadin
2023-08-27fix(sensors): Only accept data once per behavior.Peter Johanson
2023-06-20fix(sensors): Sensor rotate behavior fix for layers.Peter Johanson
2023-06-20feat(behaviors): Support parameterized macros.Peter Johanson
2023-06-18fix(sensors): Clean ups based on code review.Peter Johanson
2023-06-18refactor(sensors): Use "sensor index" consistentlyPeter Johanson
2023-06-18refactor(sensors): Split data handling from triggers.Peter Johanson
2023-06-18refactor(sensors): Sensor event channel data, resolution tweaks.Peter Johanson
2023-04-21feat(behaviors): Add reusable sensor behaviors.Nick Conway