zmk/app/src/behaviors
Peter Johanson 583cc1aec2 refactor(core): Move to stack allocated events.
* Move to local/stack allocated event API that doesn't require
  dynamic allocation/freeing.
* Disable heap, we no longer use alloc/free unless using LVGL.
* Tons of refactors all over to account for the new event approach.
2024-01-13 21:17:59 +00:00
..
behavior_backlight.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_bt.c Remove error reporting from ble utility functions that never error 2024-01-05 12:16:38 -08:00
behavior_caps_word.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_ext_power.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_hold_tap.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_key_press.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_key_repeat.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_key_toggle.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_macro.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_mod_morph.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_momentary_layer.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_mouse_key_press.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_none.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_outputs.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_reset.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_rgb_underglow.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_sensor_rotate.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_sensor_rotate_common.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_sensor_rotate_common.h fix(sensors): Only accept data once per behavior. 2023-08-27 19:52:03 -07:00
behavior_sensor_rotate_var.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_sticky_key.c refactor(core): Move to stack allocated events. 2024-01-13 21:17:59 +00:00
behavior_tap_dance.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_to_layer.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_toggle_layer.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
behavior_transparent.c refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00