mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 13:05:20 -05:00
* 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>
19 lines
344 B
YAML
19 lines
344 B
YAML
# Copyright (c) 2024, The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Input Processor for transforming values in various ways
|
|
|
|
compatible: "zmk,input-processor-transform"
|
|
|
|
include: ip_one_param.yaml
|
|
|
|
properties:
|
|
type:
|
|
type: int
|
|
x-codes:
|
|
type: array
|
|
required: true
|
|
y-codes:
|
|
type: array
|
|
required: true
|