[Core] Pointing Device Automatic Mouse Layer (#17962)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
This commit is contained in:
parent
2318ae0433
commit
7c1797f52f
8 changed files with 727 additions and 1 deletions
|
@ -21,6 +21,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "host.h"
|
||||
#include "report.h"
|
||||
|
||||
#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE
|
||||
# include "pointing_device_auto_mouse.h"
|
||||
#endif
|
||||
|
||||
#if defined(POINTING_DEVICE_DRIVER_adns5050)
|
||||
# include "drivers/sensors/adns5050.h"
|
||||
#elif defined(POINTING_DEVICE_DRIVER_adns9800)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue