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).
This commit is contained in:
Pete Johanson
2025-01-06 12:41:02 -07:00
committed by GitHub
parent 3377ed02a8
commit d0ee30bfaa
13 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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