mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 13:05:20 -05:00
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).
8 lines
204 B
Plaintext
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
|