* Remove now-unused mouse work queue and related mouse main file. * Move ticks config into a DTS property on the two axis input behavior.
12 lines
215 B
C
12 lines
215 B
C
/*
|
|
* Copyright (c) 2023 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <dt-bindings/zmk/mouse.h>
|
|
|
|
typedef uint8_t zmk_mouse_button_flags_t;
|
|
typedef uint16_t zmk_mouse_button_t;
|