zmk/app
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
..
boards feat(boards): Update for mikoto board definition (#1946) 2024-12-05 02:02:58 -05:00
dts feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
include feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
keymap-module fix(build): Properly board revision keymaps. 2024-03-08 10:58:10 -08:00
module refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
scripts fix: Support west test when invoked as module 2024-09-06 14:56:40 -04:00
snippets feat(boards): add nrf52840-nosd snippet 2024-11-12 18:28:59 -07:00
src feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
tests feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
CMakeLists.txt feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
core-coverage.yml feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
Kconfig feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
Kconfig.behaviors feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
Kconfig.defaults refactor(Kconfig): Extracted designer defaults out into new files (#2537) 2024-12-04 16:19:35 -05:00
package-lock.json chore: Update Prettier 2023-04-24 16:07:04 -07:00
package.json chore: Update Prettier 2023-04-24 16:07:04 -07:00
prj.conf fix: Fix syscalls generation setup. 2024-02-09 14:32:46 -08:00
run-ble-test.sh feat(ble): Add security related tests. 2024-01-05 12:17:59 -08:00
run-test.sh feat(tests): Enable asserts for tests. 2024-01-14 16:19:30 -08:00
VERSION chore(main): release 0.1.0 (#2657) 2024-12-04 14:26:12 -05:00
west.yml fix(studio): Bump nanopb version with build fixes. 2024-11-01 13:17:29 -06:00