zmk/app/include/zmk/events
Pete Johanson 6b40bfda53
feat(mouse): Add mouse move and scroll support (#2477)
* feat(mouse): Add mouse move and scroll support

    * Use Zephyr input subsystem for all pointers.
    * Input processors for modifying events, e.g. scaling, swapping
      codes, temporary (mouse) layers, etc.
    * Mouse move/scroll behaviors.
    * Infrastructure in place for physical pointer input devices.

* feat: Add input split support.

* docs: Add initial pointer docs.

---------

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
Co-authored-by: Alexander Krikun <krikun98@gmail.com>
Co-authored-by: Robert U <urob@users.noreply.github.com>
Co-authored-by: Shawn Meier <ftc@users.noreply.github.com>
Co-authored-by: Chris Andreae <chris@andreae.gen.nz>
Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com>
Co-authored-by: Erik Tollerud <erik.tollerud@gmail.com>
Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
2024-12-09 19:45:41 -05:00
..
activity_state_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
battery_state_changed.h feat(ble): Support perhipheral battery levels. 2024-01-03 09:26:51 -08:00
ble_active_profile_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
endpoint_changed.h refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
hid_indicators_changed.h refactor: Move to zmk_hid_indicators_t type. 2023-11-27 16:03:18 -08:00
keycode_state_changed.h fix(core): Address review comments from Joel. 2024-01-14 11:13:57 -08:00
layer_state_changed.h refactor(core): Move to stack allocated events. 2024-01-14 11:13:57 -08:00
modifiers_state_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
mouse_button_state_changed.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
position_state_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
sensor_event.h refactor(sensors): Use "sensor index" consistently 2023-06-18 20:45:06 -06:00
split_peripheral_status_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
usb_conn_state_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
wpm_state_changed.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00