zmk/app/include/zmk
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
..
ble
display
events feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
pointing feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
split/bluetooth feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
studio feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
activity.h
backlight.h
battery.h
behavior.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
behavior_queue.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
ble.h feat(ble): Set device name at runtime 2024-09-25 15:35:42 -04:00
display.h chore: fix typos in various places 2024-05-13 16:47:33 -04:00
endpoints.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
endpoints_types.h
event_manager.h feat(core): Support adding subs to other listeners. 2024-06-28 14:36:25 -06:00
hid.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
hid_indicators.h
hid_indicators_types.h
hog.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
input.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
keymap.h fix: Properly calculate highest active layer for display. 2024-09-20 22:59:44 -06:00
keys.h
matrix.h fix(core): Warn only with layouts + chosen transform 2024-09-19 13:12:17 -06:00
matrix_transform.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
physical_layouts.h fix: Optimize layout changes by doing runtime mapping 2024-10-18 15:30:13 -06:00
pm.h fix: Adjustments for Zephyr 3.5. 2024-03-27 20:59:26 -07:00
pointing.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
rgb_underglow.h
sensors.h
settings.h
stdlib.h
usb.h fix(usb): detect USB power mode to fallback to BLE 2024-10-14 19:15:45 -04:00
usb_hid.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
virtual_key_position.h pre-commit: re-format using clang-format hook (v18.1.8) 2024-09-13 16:04:26 -06:00
workqueue.h
wpm.h