zmk/app/src/split/bluetooth
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
..
central.c feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
central_bas_proxy.c feat(ble): Support perhipheral battery levels. 2024-01-03 09:26:51 -08:00
CMakeLists.txt feat(ble): Support perhipheral battery levels. 2024-01-03 09:26:51 -08:00
Kconfig refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
Kconfig.defaults refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
peripheral.c fix: Improve startup time with proper settings loading. 2024-07-03 16:24:17 -06:00
service.c feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
split_listener.c feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00