Update rules.mk to set core PMW3360 driver

This commit is contained in:
James Young 2024-06-13 03:39:13 -07:00
parent b8a1b747e8
commit 30fbdb7a68
No known key found for this signature in database
GPG Key ID: 87CBD151019773A8

View File

@ -1,7 +1,5 @@
# Optical sensor driver for trackball.
POINTING_DEVICE_DRIVER = custom
SRC += drivers/pmw3360/pmw3360.c
SPI_DRIVER_REQUIRED = yes
POINTING_DEVICE_DRIVER = pmw3360
SRC += lib/oledkit/oledkit.c # OLED utility for Keyball series.