Files
Pete Johanson d0ee30bfaa Testing: split ble encoder test (#2754)
test(sensors): Add mock encoder sensor

Add a new mock sensor driver for generating mock encoder sensor channel
data.

test(split): Add a peripheral sensor split test

Test BLE split logic for peripheral sensors (encoders).
2025-01-06 14:41:02 -05:00

8 lines
204 B
Plaintext

# Copyright (c) 2024 The ZMK Contributors
# SPDX-License-Identifier: MIT
config ZMK_SENSOR_ENCODER_MOCK
bool "Mock Encoder Sensor"
default y
depends on DT_HAS_ZMK_SENSOR_ENCODER_MOCK_ENABLED