mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55: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).
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SENSOR
|
|
|
|
rsource "battery/Kconfig"
|
|
rsource "ec11/Kconfig"
|
|
rsource "max17048/Kconfig"
|
|
|
|
rsource "encoder_mock/Kconfig"
|
|
|
|
endif # SENSOR
|