refactor: Move to Zephyr v4.1.0 Move to Zephyr v4.1.0, with various build/compilation fixes needed for basic use. refactor(tests): Move to native_sim for tests. feat(core): (Optionally) use Zephyr keyboard input devices Add ability to assign a keyboard `input` device to a physical layout, or use a chosen `zmk,matrix-input`. fix(pointing): Refactor for changes to input API Pass NULL user_data to input callbacks. fix(tests): Fix BLE test to account for Zephyr changes Handle additional read callback invocation once all matching characteristic have been read. fix(sensors): Initialize sensor data to 0 before fetching. Be sure we don't get back any uninitialized data by initializing the channel data to 0 before calling into the sensor API. refactor(input): Adjust split input to input API changes. Input callbacks now have a user_data parameter, adjust accordingly. chore(bluetooth): Minor cleanup of split BT code after refactor Small fixes and remove commented dead code left after the split refactor. refactor: Fix up BLE tests after Zephyr upgrade. Minor changes to snapshots based on newer Zephyr version. refactor(boards): Move to upstream xiao_ble board ID. Move to official upstream board definition for the Seeed XIAO BLE. refactor: Adjust metadata schema for HWMv2 board IDs w/ qualifiers Adjust our ZMK metadata to allow for board IDs that include qualifiers with slash delimeters. refactor!(boards): Move nice!nano to HWMv2, and proper revisioning Upgrade the nice!nano board to HWMv2, under the proper nicekeyboards vendor directory, and with proper revisions. Includes a breaking change to default the `2.0.0` version instead of the much older v1 (`1.0.0`). fix: Disable Nordic dt-bindings header checks. Disable the recently added Nordic dt-bindings header checks, which cause issues for our HID related headers. fix(studio): Correct `memset` usage. Use the correct memset call to clear our RPC memory. fix: Refactor for new Zephyr PM API Adjustments to our PM code to match Zephyr PM APIs. refactor(ble): Use correct BT opt for connectable. Adjust for upstream Zephyr BT API changes for advertising options. refactor(boards): Move MakerDiary M2 board to HWMv2. Run the HWMv2 script to convert the MakerDiary M2 board. fix(studio): Correct usage of thread analyzer API Fix up the RPC code that invoke the thread analyzer API to account for API changes. chore: Remove nanopb module override. Leverage nanopb version that's used by Zephyr. feat(core): mapper for magic bootloader values. To trigger bootloaders that use a magic value in RAM to trigger bootloader mode, add a mapping retained memory driver that maps write/read of boot mode values to a special magic value stored in the actually backing RAM. feat(behaviors): Add retention boot mode to reset. Support new generic Zephyr retention boot mode API in the reset behavior. feat: Add double tap to enter bootloader functionality Add ability to enter the bootloader if double tapping reset within the specified window. refactor(CI): Move to 4.1 container tags. Move to the new 4.1 tagged container, to ensure updated SDK, Python packages, etc. refactor(boards): Move nRFMicro to HWMv2 Refactor nRFMicro to HWMv2, using proper SoC, revisions, and variants (for flipped). Also move to devicetree setup of DCDC/HV DCDC. refactor(boards): Move QMK Proton-C to HWMv2 Move Proton-C to HWMv2 for use with Zephyr 4.1. chore(ci): Adjust core coverage for new board IDs. Use correct board IDs, with qualifiers, for our core coverage testing. refactor(boards): Move BDN9 to HWMv2 Move BDN9 to HWMv2, using the base `bdn9` ID, no longer including the `_rev2` suffix in the ID. refactor(boards): Move nice!60 to HWMv2 Migrate nice!60 to HWMv2. refactor: Adjust how we're searching/loading keymap files Use new post_boards_shields extension point for loading keymap files from board/shield directories. refactor(boards): Move planck rev6 to HWMv2. Move Planck board definition to HWMv2, including versioning tweaks. refactor(boards): Move OLKB Preonic to HWMv2 Move Preonic board definition to HWMv2 and remove `_rev3` variant suffix in favor of board versioning with `3.0.0` as the default. chore(deps): Pull in Zephyr optional group for nanopb. Ensure we enable nanopb by adding +optional group filter. fix(ci): Prevent slash characters in artifact names. Move to HWMv2 means board IDs often include slashes, so replace those with underscores when doing file uploads. fix(usb): Adjust Kconfig settings for USB. * Ensure USB isn't initialized automatically before we do, which can happen if USB CDC logging is used/enabled for a given board. * Adjust USB HID to initialize the USB class/interface before we enable the USB device itself. fix(display): Fix setting the small font for the mono theme. Adjust for modified mono theme init function to pass the small font. chore(ci): Fix changed board IDs for core coverage. Adjust board IDs for our core coverage after move to HWMv2 and board versioning consistently. * planck_rev6 -> planck * bdn9_rev2 -> bdn9 fix(underglow): Remove use of removed Kconfig WS2812 symbol refactor(boards): Move PW CKP boards to HWMv2 Migrate the bt60, bt65, and bt75 to HWMv2. refactor(boards): Move Puchi BLE to HWMv2 Migrate the Puchi BLE to HWMv2. refactor(boards): Migrate Ferris rev02 to HWMv2. Move Ferris rev02 to HMWv2, and remove the revision from the ID. refactor(boards): Move Pillbug to HWMv2 Migrate the MechWild PillBug board to HWMv2. refactor(boards): Migrate s40nc to HWMv2 Move the ShortyFortyNoCordy (s40nc) to HWMv2. refactor(boards): Move bluemicro840 board to HWMv2. Migrate bluemicro840 board to HWMv2, set up boot mode retention. fix(boards): Retore bootloader support on XIAO BLE. Set up necessary boot mode/retention to properly set GPREGRET to trigger Adafruit bootloader to run on the XIAO BLE. refactor(boards): Move Adv360 Pro to HWMv2. Migrate Adv360 Pro left/right to HWMv2. refactor(boards): Move Glove80 to HMWv2 Refactor the MoErgo Glove80 left/right to HWMv2. refactor(boards): Move Mikoto to HMWv2. Migrate Mikoto to HWMv2, with non-exact matching, tweaks to I2C selection to imply it for the 7.2.0 revision for the fuel gauge. refactor(boards): Move kbdfans Tofu65 2.0 to HMWv2 Move Tofu65 2.0 to HMWv2, with ID of just `tofu65`. refactor(boards): Remove dz60rgb board Remove dz60rgb, it's no longer readily available and we have other current stm32 reference designs for testing. refactor(boards): Move Corneish Zen to HMWv2 Move Corneish Zen to HMWv2, with IDs of `corneish_zen_left`/`corneish_zen_right`. refactor(boards): Migrate Corne-ish Zen status screen * refactor(boards): Add boot mode to the nice!nano using common dtsi * Add a new .dtsi for setting up nRF52 boot mode/retained memory settings * Adjust XIAO BLE to use the new include file * Add boot mode to to the nice!nano refactor(boards): Add boot mode support to nice!60 board Enable boot mode for nice!60 board. refactor(boards): Adjust Zephyr board metadata file locations Move the ZMK metadata files for upstream Zephyr boards to align with the HWMv2 directory structure that uses the vendor ID for the parent directory for a board directory. fix: Don't enable ZMK Display by default for a few shields By convention, avoid enabling ZMK Display by default on shields that may be built with under-resourced controllers (e.g. nRF52833 based ones). fix: Remove usage of renamed Kconfig from core coverage. Avoid using WS2812_LED_STRIP, since that Kconfig was renamed/split into SPI/GPIO/I2S symbols. refactor(boards): Adjust XIAO RP2040 override names, bootloader support Adjust the .conf/.overlay files to match the proper naming for the XIAO rp2040 board. Also add the necessary Kconfig/DTS bits for supporting bootloader using retained memory/boot mode retention. fix(display): Adjust stack sizes for display usage. Updated LVGL is bumping our stack size, so adjust the system work queue and dedicated display queue stack sizes as needed to account for this. feat(display): Add thread name to dedicated display queue. When thread names are enabled, pass a name to the dedicated display queue for better tracibility when using the thread analyzer. docs(blog): Add Zephyr upgrade post docs: Add bootloader integration page Add a dedicated page to outline steps to set up bootloader integration using the boot retention mechanism in newer Zephyr versions. fix(display): port nice!view display code * remove `lv_` prefix from old LVGL methods doc: Update local setup docs to use `west packages pip` Install Zephyr deps using the newer `west packages pip --install`. Signed-off-by: Peter Johanson <peter@peterjohanson.com> refactor(split): Adjust BT split code for newer Zephyr APIs. refactor(boards): Adjust upstream RP2040 boards for boot mode retention Add necessary DTS/Kconfig settings to upstream RP2040 boards so they can use the ZMK bootloader functionality using the boot mode retention infrastructure. docs: Update Zephyr docs links to 4.1.0 version. Update all links to the Zephyr docs to the 4.1.0 versions to match our Zephyr version in use. docs: Add a note about using CMake v3 for maximum compatibility. Some optional modules, like libmetal, which is used on nRF5340, specifically require CMake v3, so add a note in the native toolchain setup about this. feat(pointing): Handle INPUT_BTN_TOUCH codes for mouse buttons Translate INPUT_BTN_TOUCH input codes into button 0 press/release for HID layer. chore(pointing): Clean up some warning messages. Properly check return code from queue-ing messages, and fix up some type warnings in our logging calls. * Fix input event codes line numbers fix(studio): Properly serialize GATT RPC indications. fix(core): Set a system work queue stack size of 2048 by default We use a fair amount of stack even without BLE or RP2040, so default to 2048 by default everywhere, and constrained platforms can lowes this if they really need. refactor(core): Move away from deprecated DIS Kconfig symbols Use the correct Device Information Service Kconfig symbols for our model number and manufacturer. refactor: Move upstream Zephyr board overrides to extensions dirs Newer Zephyr supports "board extensions" to formally do what we've added in ourselves via some hacks, so move all our board overlay/config file overrides for upstream Zephyr boards into that correct structure. fix(boards): Add xiao_ble sd_partition label for nosd snippet compat Upstream xiao_ble uses different naming convention for the partition labels, so add an additional label for the SD range, so the existing nrf52840-nosd snippet will still work with the board. fix(core): Don't force CBPRINTF_NANO, for proper formatting. The nano CBPRINTF implementation lacks some padded formatting needed to ensure consistent formatting of BLE addresses, which we use to store keys as strings in a few places, so use the complete CBPRINTF by default now. fix(boards): Remove some references to old nice_nano_v2 board ID. The nice!nano board definition now properly uses versioning, so avoid referring to it with old `nice_nano_v2` board ID. fix(boards): Remove nano overlays for old nice_nano_v2 board ID. With board versioning in place, we can remove the unused `nice_nano_v2.overlay` files from shields. --------- Signed-off-by: Peter Johanson <peter@peterjohanson.com> Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> Co-authored-by: Nicolas Munnich <munnich@lipn.univ-paris13.fr> Co-authored-by: snoyer <noyer.stephane@gmail.com>
330 lines
11 KiB
Text
330 lines
11 KiB
Text
---
|
|
title: Pointing Devices
|
|
toc_max_heading_level: 2
|
|
---
|
|
|
|
import Tabs from "@theme/Tabs";
|
|
import TabItem from "@theme/TabItem";
|
|
|
|
ZMK's pointing device support builds upon the Zephyr [input API](https://docs.zephyrproject.org/4.1.0/services/input/index.html) to offer pointing/mouse functionality with various hardware.
|
|
A limited number of input drivers are available in the Zephyr version currently used by ZMK, but additional drivers can be found in [external modules](../../features/modules.mdx) for a variety of hardware.
|
|
|
|
Pointing devices are also supported on split peripherals, with some additional configuration using the [input split device](../../config/pointing.md#input-split).
|
|
The configuration details will thus vary depending on if you are adding a pointing device to a [split peripheral](../../features/split-keyboards.md#central-and-peripheral-roles) as opposed to a unibody keyboard or split central part.
|
|
|
|
export const SplitTabs = (props) => (
|
|
<Tabs
|
|
groupId="part-type"
|
|
queryString
|
|
defaultValue="unibody"
|
|
values={[
|
|
{ label: "Unibody", value: "unibody" },
|
|
{ label: "Split Central", value: "central" },
|
|
{ label: "Split Peripheral", value: "peripheral" },
|
|
]}
|
|
>
|
|
|
|
{/* eslint-disable-next-line */}
|
|
{props.children}
|
|
|
|
</Tabs>
|
|
|
|
);
|
|
|
|
## Input Device
|
|
|
|
First, we must define the pointing device itself. The specifics of where this node goes will depend on the specific hardware.
|
|
_Most_ pointing hardware uses either SPI or I2C for communication, and will be nested under a properly configured bus node, e.g. `&pro_micro_i2c` or for a complete onboard setup, `&i2c3`.
|
|
See the documentation on [pin control](./pinctrl.mdx) if you need to configure the pins for an I2C or SPI bus.
|
|
|
|
This node should always be set up in the `.overlay`/`.dts` file for the keyboard side that has the device attached to it.
|
|
|
|
<SplitTabs>
|
|
<TabItem value="unibody">
|
|
|
|
For example, if setting up an [SPI device](https://github.com/zmkfirmware/zephyr/blob/v4.1.0%2Bzmk-fixes/dts/bindings/spi/spi-device.yaml), a node like following would be added to the `.overlay`/`.dts` file for the keyboard, like `<keyboard>.overlay`:
|
|
|
|
</TabItem>
|
|
<TabItem value="central">
|
|
|
|
For example, if setting up an [SPI device](https://github.com/zmkfirmware/zephyr/blob/v4.1.0%2Bzmk-fixes/dts/bindings/spi/spi-device.yaml) on a central part, a node like following would be added to the `.overlay`/`.dts` file for the central part of the keyboard, like `<central>.overlay`:
|
|
|
|
</TabItem>
|
|
<TabItem value="peripheral">
|
|
|
|
For example, if setting up an [SPI device](https://github.com/zmkfirmware/zephyr/blob/v4.1.0%2Bzmk-fixes/dts/bindings/spi/spi-device.yaml) on one of the peripheral parts, a node like following would be added to the `.overlay`/`.dts` file for that peripheral part, like `<peripheral>.overlay`:
|
|
|
|
</TabItem>
|
|
</SplitTabs>
|
|
|
|
```dts
|
|
&pro_micro_spi {
|
|
status = "okay";
|
|
cs-gpios = <&pro_micro 19 GPIO_ACTIVE_LOW>;
|
|
|
|
glidepoint: glidepoint@0 {
|
|
compatible = "cirque,pinnacle";
|
|
reg = <0>;
|
|
spi-max-frequency = <1000000>;
|
|
status = "okay";
|
|
dr-gpios = <&pro_micro 5 (GPIO_ACTIVE_HIGH)>;
|
|
|
|
sensitivity = "4x";
|
|
sleep;
|
|
no-taps;
|
|
};
|
|
};
|
|
```
|
|
|
|
The specifics of the properties required to set for a given driver will vary; always consult the devicetree bindings file for the specific driver to see what properties can be set.
|
|
|
|
## Listener and Input Split Device
|
|
|
|
Every input device needs an associated listener added that listens for events from the device and processes them before sending the events to the host using a HID mouse report.
|
|
See [input listener configuration](../../config/pointing.md#input-listener) for the full details.
|
|
|
|
If your pointing device is on a split peripheral part, you also need to define and use an input split device on all keyboard parts.
|
|
|
|
<SplitTabs>
|
|
<TabItem value="unibody">
|
|
|
|
To add a listener for the above device, add to your `.overlay`/`.dts` file for the keyboard a node like the following:
|
|
|
|
```dts title="<keyboard>.overlay"
|
|
/ {
|
|
glidepoint_listener {
|
|
compatible = "zmk,input-listener";
|
|
device = <&glidepoint>;
|
|
};
|
|
};
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="central">
|
|
|
|
### Shared Configuration
|
|
|
|
The input listener that is used by the central side is added to the shared `.dtsi` file that is included into both central and peripheral `.overlay`/`.dts` files.
|
|
|
|
The input listener is disabled by default, and will be enabled later in the central part's overlay. This is so that keymaps (which are included for both central and peripheral builds) can reference the listener to add input processors without failing with an undefined reference error.
|
|
|
|
```dts title="<keyboard>.dtsi"
|
|
/ {
|
|
glidepoint_listener: glidepoint_listener {
|
|
compatible = "zmk,input-listener";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
```
|
|
|
|
If users want to add [input processors](#input-processors) to the listener node, they will use the corresponding node reference (here it is `&glidepoint_listener`) in their keymaps.
|
|
|
|
### Central Configuration
|
|
|
|
In the central, we do the following:
|
|
|
|
- Include the shared .dtsi file.
|
|
- Enable the input listener that is created in our shared file.
|
|
- Assign the pointing device node to the listener.
|
|
|
|
```dts title="<central>.overlay"
|
|
// Pull in the shared configuration
|
|
#include "<keyboard>.dtsi"
|
|
|
|
// Node from the previous Input Device section
|
|
&pro_micro_spi {
|
|
/* ... */
|
|
|
|
glidepoint: glidepoint@0 {
|
|
/* ... */
|
|
};
|
|
};
|
|
|
|
// Overrides for the input listener node
|
|
&glidepoint_listener {
|
|
status = "okay";
|
|
device = <&glidepoint>;
|
|
};
|
|
```
|
|
|
|
### Peripheral Configuration
|
|
|
|
Finally, we include the shared file in all peripherals so that the listener node reference is available like mentioned above:
|
|
|
|
```dts title="<peripheral>.overlay"
|
|
#include "<keyboard>.dtsi"
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="peripheral">
|
|
|
|
### Shared Configuration
|
|
|
|
When a pointing device is on a peripheral, both peripheral and central make use of a `zmk,input-split` device, which functions differently depending on where it is used.
|
|
To avoid duplicating work, this node can be defined in the shared `.dtsi` file that is included into both central and peripheral `.overlay`/`.dts` files.
|
|
|
|
All split pointers are identified using a unique integer value, which is specified using the `reg` property and in the `@#` suffix for the node. If adding multiple peripheral pointers, be sure that each is given a unique identifier.
|
|
|
|
Second, the input listener that is used by the central side is added here but disabled by default. This is so that keymaps (which are included for both central and peripheral builds) can reference the listener to add input processors without failing with an undefined reference error.
|
|
|
|
:::note
|
|
|
|
Input splits need to be nested under a parent node that properly sets `#address-cells = <1>` and `#size-cells = <0>`. These settings are what allow us to use a single integer number for the `reg` value.
|
|
|
|
:::
|
|
|
|
```dts title="<keyboard>.dtsi"
|
|
/ {
|
|
split_inputs {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
glidepoint_split: glidepoint_split@0 {
|
|
compatible = "zmk,input-split";
|
|
reg = <0>;
|
|
};
|
|
};
|
|
|
|
glidepoint_listener: glidepoint_listener {
|
|
compatible = "zmk,input-listener";
|
|
status = "disabled";
|
|
device = <&glidepoint_split>;
|
|
};
|
|
};
|
|
```
|
|
|
|
If users want to add [input processors](#input-processors) to the listener node, they will use the corresponding node reference (here it is `&glidepoint_listener`) in their keymaps.
|
|
|
|
### Peripheral Configuration
|
|
|
|
In the peripheral .overlay/.dts file, we do the following:
|
|
|
|
- Include the shared .dtsi file.
|
|
- Update the input split with a reference to the new device node that should be proxied.
|
|
|
|
```dts title="<peripheral>.overlay"
|
|
// Pull in the shared configuration
|
|
#include "<keyboard>.dtsi"
|
|
|
|
// Node from the previous Input Device section
|
|
&pro_micro_spi {
|
|
/* ... */
|
|
|
|
glidepoint: glidepoint@0 {
|
|
/* ... */
|
|
};
|
|
};
|
|
|
|
// Overrides for the input-split child node
|
|
&glidepoint_split {
|
|
device = <&glidepoint>;
|
|
|
|
// Optional
|
|
input-processors = <&zip_xy_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_X_INVERT | INPUT_TRANSFORM_Y_INVERT)>;
|
|
};
|
|
```
|
|
|
|
The [`input-processors` property](#input-processors) on the input split is optional, and only necessary if the input needs to be fixed up before it is sent to the central.
|
|
|
|
### Central Configuration
|
|
|
|
On the central, the input split acts as an input device, receiving events from the peripheral and raising them locally.
|
|
Here we first include the shared file, and then enable the input listener that is created, but disabled, in our shared file:
|
|
|
|
```dts title="<central>.overlay"
|
|
#include "<keyboard>.dtsi"
|
|
|
|
&glidepoint_listener {
|
|
status = "okay";
|
|
};
|
|
```
|
|
|
|
</TabItem>
|
|
</SplitTabs>
|
|
|
|
## Input Processors
|
|
|
|
Some physical pointing devices may be generating input events that need adjustment before being sent to hosts.
|
|
For example a trackpad might be integrated into a keyboard rotated 90° and need the X/Y data adjusted appropriately.
|
|
This can be accomplished with [input processors](../../keymaps/input-processors/index.md).
|
|
As an example, you could enhance the listener defined in the previous section with an input processor that inverts and swaps the X/Y axes:
|
|
|
|
```dts
|
|
#include <dt-bindings/zmk/input_transform.h>
|
|
|
|
/ {
|
|
glidepoint_listener {
|
|
compatible = "zmk,input-listener";
|
|
device = <&glidepoint>;
|
|
input-processors = <&zip_xy_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_X_INVERT | INPUT_TRANSFORM_Y_INVERT)>;
|
|
};
|
|
};
|
|
```
|
|
|
|
## Configuration Setting
|
|
|
|
If your keyboard hardware includes a pointing device by default, you can enable the [`ZMK_POINTING` config](../../config/pointing.md#general) in your keyboard definition.
|
|
You can do that in your [`Kconfig.defconfig` file](new-shield.mdx#kconfigdefconfig), where you can also enable the config for the communication protocol (e.g. [SPI](https://docs.zephyrproject.org/4.1.0/kconfig.html#CONFIG_SPI), [I2C](https://docs.zephyrproject.org/4.1.0/hardware/peripherals/i2c.html#configuration-options)) used by the pointing device:
|
|
|
|
<SplitTabs>
|
|
<TabItem value="unibody">
|
|
|
|
```kconfig title="Kconfig.defconfig"
|
|
if SHIELD_MY_KEYBOARD
|
|
|
|
# Other keyboard settings
|
|
|
|
config ZMK_POINTING
|
|
default y
|
|
|
|
# Assuming pointing device uses SPI
|
|
config SPI
|
|
default y
|
|
|
|
endif
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="central">
|
|
|
|
```kconfig title="Kconfig.defconfig"
|
|
if SHIELD_MY_KEYBOARD_<CENTRAL>
|
|
|
|
# Other settings
|
|
|
|
config ZMK_POINTING
|
|
default y
|
|
|
|
# Assuming pointing device uses SPI
|
|
config SPI
|
|
default y
|
|
|
|
endif
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="peripheral">
|
|
|
|
```kconfig title="Kconfig.defconfig"
|
|
if SHIELD_MY_KEYBOARD_<CENTRAL> || SHIELD_MY_KEYBOARD_<PERIPHERAL>
|
|
|
|
# Other keyboard settings
|
|
|
|
config ZMK_POINTING
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_MY_KEYBOARD_<PERIPHERAL>
|
|
|
|
# Assuming pointing device uses SPI
|
|
config SPI
|
|
default y
|
|
|
|
endif
|
|
```
|
|
|
|
</TabItem>
|
|
</SplitTabs>
|
|
|
|
If the hardware is optional, users should set `CONFIG_ZMK_POINTING=y` manually in their [user configuration file](new-shield.mdx#user-configuration-files), along with the config for the protocol.
|