* Remove now-unused mouse work queue and related mouse main file. * Move ticks config into a DTS property on the two axis input behavior.
8 lines
178 B
Text
8 lines
178 B
Text
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config ZMK_MOUSE
|
|
bool "Mouse Emulation"
|
|
select INPUT
|
|
select INPUT_THREAD_PRIORITY_OVERRIDE
|
|
|